#08968F

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

Shades of Dark Cyan #08968F

Tints of Dark Cyan #08968F

Color information

#08968F (or 0x08968F) is unknown color: approx Dark Cyan. HEX triplet: 08, 96 and 8F. RGB value is (8,150,143). Sum of RGB (Red+Green+Blue) = 8+150+143=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #08968F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08968F is #F76970. Grayscale: #6A6A6A. Windows color (decimal): -16214385 or 9410056. OLE color: 9410056.

HSL color Cylindrical-coordinate representation of color #08968F: hue angle of 177.04º 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 #08968F is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB8150143-
CMYK0.9500.050.41
HSL177.04º89.87%30.98%-
HSV(B)177.04º94.67%58.82%-
XYZ15.9623.8529.75-
YUV106.74148.4657.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.66%
GREEN value IS 150 (58.98% from 255) = 49.83%
BLUE value IS 143 (56.25% from 255) = 47.51%
R=2.66%
G=49.83%
B=47.51%

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
Decimal81501430.9500.050.41177.0489.8730.98
Hex8968F5F0529b15a1f
Octal10226217137055126113237
Binary100010010110100011111011111010110100110110001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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