#08968E

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

Shades of Dark Cyan #08968E

Tints of Dark Cyan #08968E

Color information

#08968E (or 0x08968E) is unknown color: approx Dark Cyan. HEX triplet: 08, 96 and 8E. RGB value is (8,150,142). Sum of RGB (Red+Green+Blue) = 8+150+142=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #08968E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08968E is #F76971. Grayscale: #6A6A6A. Windows color (decimal): -16214386 or 9344520. OLE color: 9344520.

HSL color Cylindrical-coordinate representation of color #08968E: hue angle of 176.62º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08968E is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB8150142-
CMYK0.9500.050.41
HSL176.62º89.87%30.98%-
HSV(B)176.62º94.67%58.82%-
XYZ15.8923.8229.35-
YUV106.63147.9657.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.67%
GREEN value IS 150 (58.98% from 255) = 50%
BLUE value IS 142 (55.86% from 255) = 47.33%
R=2.67%
G=50%
B=47.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81501420.9500.050.41176.6289.8730.98
Hex8968E5F0529b15a1f
Octal10226216137055126113237
Binary100010010110100011101011111010110100110110001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08968E; }

 p { color: rgb(8,150,142); }

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

<style>
 a { background-color: #08968E; }

 a { background-color: rgb(8,150,142); }

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

<style>
 span { border-color: #08968E; }

 span { border-color: rgb(8,150,142); }

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