#08978B

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

Shades of Dark Cyan #08978B

Tints of Dark Cyan #08978B

Color information

#08978B (or 0x08978B) is unknown color: approx Dark Cyan. HEX triplet: 08, 97 and 8B. RGB value is (8,151,139). Sum of RGB (Red+Green+Blue) = 8+151+139=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #08978B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08978B is #F76874. Grayscale: #6A6A6A. Windows color (decimal): -16214133 or 9148168. OLE color: 9148168.

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

Color convert

RGB8151139-
CMYK0.9500.080.41
HSL174.97º89.94%31.18%-
HSV(B)174.97º94.7%59.22%-
XYZ15.8324.0528.23-
YUV106.88146.1257.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.68%
GREEN value IS 151 (59.38% from 255) = 50.67%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=2.68%
G=50.67%
B=46.64%

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
Decimal81511390.9500.080.41174.9789.9431.18
Hex8978B5F0829af5a1f
Octal102272131370105125713237
Binary1000100101111000101110111110100010100110101111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08978B; }

 p { color: rgb(8,151,139); }

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

<style>
 a { background-color: #08978B; }

 a { background-color: rgb(8,151,139); }

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

<style>
 span { border-color: #08978B; }

 span { border-color: rgb(8,151,139); }

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