#08978D

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

Shades of Dark Cyan #08978D

Tints of Dark Cyan #08978D

Color information

#08978D (or 0x08978D) is unknown color: approx Dark Cyan. HEX triplet: 08, 97 and 8D. RGB value is (8,151,141). Sum of RGB (Red+Green+Blue) = 8+151+141=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #08978D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08978D is #F76872. Grayscale: #6B6B6B. Windows color (decimal): -16214131 or 9279240. OLE color: 9279240.

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

Color convert

RGB8151141-
CMYK0.9500.070.41
HSL175.8º89.94%31.18%-
HSV(B)175.8º94.7%59.22%-
XYZ15.9724.1129.01-
YUV107.1147.1257.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.67%
GREEN value IS 151 (59.38% from 255) = 50.33%
BLUE value IS 141 (55.47% from 255) = 47%
R=2.67%
G=50.33%
B=47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81511410.9500.070.41175.889.9431.18
Hex8978D5F0729b05a1f
Octal10227215137075126013237
Binary100010010111100011011011111011110100110110000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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