Html Css Color HEX #09878E Dark Cyan

📋 copy color: '#09878E'

red 9 ◦ green 135 ◦ blue 142

#09878E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #09878E

Tints of Dark Cyan #09878E

RGB

 RED value IS 9 (3.91% from 255) = 3.15%

 GREEN value IS 135 (53.13% from 255) = 47.2%

 BLUE value IS 142 (55.86% from 255) = 49.65%

R = 3.15%
G = 47.2%
B = 49.65%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09878E (or 0x09878E) is known color: Dark Cyan. HEX triplet: 09, 87 and 8E. RGB value is (9,135,142). Sum of RGB (Red+Green+Blue) = 9+135+142=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #09878E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09878E is #F67871. Grayscale: #616161. Windows color (decimal): -16152690 or 9340681. OLE color: 9340681.

HSL color Cylindrical-coordinate representation of color #09878E: hue angle of 183.16º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09878E is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 135 142 -
CMYK 0.94 0.05 0 0.44
HSL 183.16º 0.88% 0.3% -
HSV(B) 183.16º 0.94% 0.56% -
XYZ 13.66 19.34 28.6 -
YUV 98.12 152.76 64.43 -
System Red Green Blue C M Y K H S L
Decimal 9 135 142 0.94 0.05 0 0.44 183.16 0.88 0.3
Hex 9 87 8E 5E 5 0 2C B7 58 1E
Octal 11 207 216 136 5 0 54 267 130 36
Binary 1001 10000111 10001110 1011110 101 0 101100 10110111 1011000 11110

Color Harmonies of #09878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09878E

Black with #09878E

Text Example


Text Example

White with #09878E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09878E;
 }
 .AnyTagClassName
 {
   color: #09878E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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