#08878D

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

Shades of Dark Cyan #08878D

Tints of Dark Cyan #08878D

Color information

#08878D (or 0x08878D) is unknown color: approx Dark Cyan. HEX triplet: 08, 87 and 8D. RGB value is (8,135,141). Sum of RGB (Red+Green+Blue) = 8+135+141=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #08878D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08878D is #F77872. Grayscale: #616161. Windows color (decimal): -16218227 or 9275144. OLE color: 9275144.

HSL color Cylindrical-coordinate representation of color #08878D: hue angle of 182.71º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08878D is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8135141-
CMYK0.940.0400.45
HSL182.71º89.26%29.22%-
HSV(B)182.71º94.33%55.29%-
XYZ13.5719.328.21-
YUV97.71152.4264.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.82%
GREEN value IS 135 (53.12% from 255) = 47.54%
BLUE value IS 141 (55.47% from 255) = 49.65%
R=2.82%
G=47.54%
B=49.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81351410.940.0400.45182.7189.2629.22
Hex8878D5E402Db7591d
Octal10207215136405526713135
Binary100010000111100011011011110100010110110110111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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