Html Css Color HEX #09978E Dark Cyan

📋 copy color: '#09978E'

red 9 ◦ green 151 ◦ blue 142

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

Shades of Dark Cyan #09978E

Tints of Dark Cyan #09978E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50%

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

R = 2.98%
G = 50%
B = 47.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#09978E (or 0x09978E) is known color: Dark Cyan. HEX triplet: 09, 97 and 8E. RGB value is (9,151,142). Sum of RGB (Red+Green+Blue) = 9+151+142=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #09978E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09978E is #F66871. Grayscale: #6B6B6B. Windows color (decimal): -16148594 or 9344777. OLE color: 9344777.

HSL color Cylindrical-coordinate representation of color #09978E: hue angle of 176.2º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09978E is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 151 142 -
CMYK 0.94 0 0.06 0.41
HSL 176.2º 0.89% 0.31% -
HSV(B) 176.2º 0.94% 0.59% -
XYZ 16.06 24.14 29.4 -
YUV 107.52 147.46 57.73 -
System Red Green Blue C M Y K H S L
Decimal 9 151 142 0.94 0 0.06 0.41 176.2 0.89 0.31
Hex 9 97 8E 5E 0 6 29 B0 59 1F
Octal 11 227 216 136 0 6 51 260 131 37
Binary 1001 10010111 10001110 1011110 0 110 101001 10110000 1011001 11111

Color Harmonies of #09978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09978E

Black with #09978E

Text Example


Text Example

White with #09978E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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