#08968A

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

Shades of Dark Cyan #08968A

Tints of Dark Cyan #08968A

Color information

#08968A (or 0x08968A) is unknown color: approx Dark Cyan. HEX triplet: 08, 96 and 8A. RGB value is (8,150,138). Sum of RGB (Red+Green+Blue) = 8+150+138=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #08968A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08968A is #F76975. Grayscale: #6A6A6A. Windows color (decimal): -16214390 or 9082376. OLE color: 9082376.

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

Color convert

RGB8150138-
CMYK0.9500.080.41
HSL174.93º89.87%30.98%-
HSV(B)174.93º94.67%58.82%-
XYZ15.5923.727.8-
YUV106.17145.9657.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.70%
GREEN value IS 150 (58.98% from 255) = 50.68%
BLUE value IS 138 (54.30% from 255) = 46.62%
R=2.70%
G=50.68%
B=46.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81501380.9500.080.41174.9389.8730.98
Hex8968A5F0829af5a1f
Octal102262121370105125713237
Binary1000100101101000101010111110100010100110101111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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