#09878A

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

Shades of Dark Cyan #09878A

Tints of Dark Cyan #09878A

Color information

#09878A (or 0x09878A) is unknown color: approx Dark Cyan. HEX triplet: 09, 87 and 8A. RGB value is (9,135,138). Sum of RGB (Red+Green+Blue) = 9+135+138=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #09878A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09878A is #F67875. Grayscale: #616161. Windows color (decimal): -16152694 or 9078537. OLE color: 9078537.

HSL color Cylindrical-coordinate representation of color #09878A: hue angle of 181.4º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09878A is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9135138-
CMYK0.930.0200.46
HSL181.4º87.76%28.82%-
HSV(B)181.4º93.48%54.12%-
XYZ13.3619.2227.05-
YUV97.67150.7664.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.19%
GREEN value IS 135 (53.12% from 255) = 47.87%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=3.19%
G=47.87%
B=48.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91351380.930.0200.46181.487.7628.82
Hex9878A5D202Eb5581d
Octal11207212135205626513035
Binary10011000011110001010101110110010111010110101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,135,138); }

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

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

 a { background-color: rgb(9,135,138); }

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

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

 span { border-color: rgb(9,135,138); }

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