#08918C

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

Shades of Dark Cyan #08918C

Tints of Dark Cyan #08918C

Color information

#08918C (or 0x08918C) is unknown color: approx Dark Cyan. HEX triplet: 08, 91 and 8C. RGB value is (8,145,140). Sum of RGB (Red+Green+Blue) = 8+145+140=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #08918C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08918C is #F76E73. Grayscale: #676767. Windows color (decimal): -16215668 or 9212168. OLE color: 9212168.

HSL color Cylindrical-coordinate representation of color #08918C: hue angle of 177.81º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08918C is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB8145140-
CMYK0.9400.030.43
HSL177.81º89.54%30%-
HSV(B)177.81º94.48%56.86%-
XYZ14.9622.228.31-
YUV103.47148.6159.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.73%
GREEN value IS 145 (57.03% from 255) = 49.49%
BLUE value IS 140 (55.08% from 255) = 47.78%
R=2.73%
G=49.49%
B=47.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81451400.9400.030.43177.8189.5430
Hex8918C5E032Bb25a1e
Octal10221214136035326213236
Binary10001001000110001100101111001110101110110010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08918C; }

 p { color: rgb(8,145,140); }

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

<style>
 a { background-color: #08918C; }

 a { background-color: rgb(8,145,140); }

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

<style>
 span { border-color: #08918C; }

 span { border-color: rgb(8,145,140); }

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