#008d92

Color #008D92 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #008D92

Tints of Dark Cyan #008D92

Color information

#008D92 (or 0x008D92) is unknown color: approx Dark Cyan. HEX triplet: 00, 8D and 92. RGB value is (0,141,146). Sum of RGB (Red+Green+Blue) = 0+141+146=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #008D92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008D92 is #FF726D. Grayscale: #636363. Windows color (decimal): -16740974 or 9604352. OLE color: 9604352.

HSL color Cylindrical-coordinate representation of color #008D92: hue angle of 182.05º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D92 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB0141146-
CMYK10.0300.43
HSL182.05º100%28.63%-
HSV(B)182.05º100%57.25%-
XYZ14.7121.1330.5-
YUV99.41154.2957.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 141 (55.47% from 255) = 49.13%
BLUE value IS 146 (57.42% from 255) = 50.87%
R=0%
G=49.13%
B=50.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal014114610.0300.43182.0510028.63
Hex08D9264302Bb6641d
Octal0215222144305326614435
Binary01000110110010010110010011010101110110110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008d92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008d92; }

 p { color: rgb(0,141,146); }

 H1.HeaderClassName
 {
   color: #008d92;
 }
 .AnyTagClassName
 {
   color: #008d92;
 }
</style>
background-color css

<style>
 a { background-color: #008d92; }

 a { background-color: rgb(0,141,146); }

 div.DivClassName
 {
   background-color: #008d92;
 }
 .BgClassName
 {
   background-color: #008d92;
 }
</style>
border-color css

<style>
 span { border-color: #008d92; }

 span { border-color: rgb(0,141,146); }

 td.TdClassName
 {
   border-color: #008d92;
 }
 .TagClassName
 {
   border-color: #008d92;
 }
</style>