Html Css Color HEX #09878A Dark Cyan

📋 copy color: '#09878A'

red 9 ◦ green 135 ◦ blue 138

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

Shades of Dark Cyan #09878A

Tints of Dark Cyan #09878A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.94%

R = 3.19%
G = 47.87%
B = 48.94%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09878A (or 0x09878A) is known color: 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

RGB 9 135 138 -
CMYK 0.93 0.02 0 0.46
HSL 181.4º 0.88% 0.29% -
HSV(B) 181.4º 0.93% 0.54% -
XYZ 13.36 19.22 27.05 -
YUV 97.67 150.76 64.76 -
System Red Green Blue C M Y K H S L
Decimal 9 135 138 0.93 0.02 0 0.46 181.4 0.88 0.29
Hex 9 87 8A 5D 2 0 2E B5 58 1D
Octal 11 207 212 135 2 0 56 265 130 35
Binary 1001 10000111 10001010 1011101 10 0 101110 10110101 1011000 11101

Color Harmonies of #09878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09878A

Black with #09878A

Text Example


Text Example

White with #09878A

Text Example


Text Example

HTML Codes & Css Web 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>