Html Css Color HEX #09978A Dark Cyan

📋 copy color: '#09978A'

red 9 ◦ green 151 ◦ blue 138

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

Shades of Dark Cyan #09978A

Tints of Dark Cyan #09978A

RGB

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

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

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

R = 3.02%
G = 50.67%
B = 46.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#09978A (or 0x09978A) is known color: Dark Cyan. HEX triplet: 09, 97 and 8A. RGB value is (9,151,138). Sum of RGB (Red+Green+Blue) = 9+151+138=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #09978A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09978A is #F66875. Grayscale: #6A6A6A. Windows color (decimal): -16148598 or 9082633. OLE color: 9082633.

HSL color Cylindrical-coordinate representation of color #09978A: hue angle of 174.51º 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 #09978A is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 151 138 -
CMYK 0.94 0 0.09 0.41
HSL 174.51º 0.89% 0.31% -
HSV(B) 174.51º 0.94% 0.59% -
XYZ 15.77 24.03 27.85 -
YUV 107.06 145.46 58.06 -
System Red Green Blue C M Y K H S L
Decimal 9 151 138 0.94 0 0.09 0.41 174.51 0.89 0.31
Hex 9 97 8A 5E 0 9 29 AF 59 1F
Octal 11 227 212 136 0 11 51 257 131 37
Binary 1001 10010111 10001010 1011110 0 1001 101001 10101111 1011001 11111

Color Harmonies of #09978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09978A

Black with #09978A

Text Example


Text Example

White with #09978A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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