#09878D

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

Shades of Dark Cyan #09878D

Tints of Dark Cyan #09878D

Color information

#09878D (or 0x09878D) is unknown color: approx Dark Cyan. HEX triplet: 09, 87 and 8D. RGB value is (9,135,141). Sum of RGB (Red+Green+Blue) = 9+135+141=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #09878D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09878D is #F67872. Grayscale: #616161. Windows color (decimal): -16152691 or 9275145. OLE color: 9275145.

HSL color Cylindrical-coordinate representation of color #09878D: hue angle of 182.73º degrees, saturation: 0.88, 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 #09878D is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9135141-
CMYK0.940.0400.45
HSL182.73º88%29.41%-
HSV(B)182.73º93.62%55.29%-
XYZ13.5819.3128.21-
YUV98.01152.2664.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.16%
GREEN value IS 135 (53.12% from 255) = 47.37%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=3.16%
G=47.37%
B=49.47%

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
Decimal91351410.940.0400.45182.738829.41
Hex9878D5E402Db7581d
Octal11207215136405526713035
Binary100110000111100011011011110100010110110110111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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