Html Css Color HEX #09979A Dark Cyan

📋 copy color: '#09979A'

red 9 ◦ green 151 ◦ blue 154

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

Shades of Dark Cyan #09979A

Tints of Dark Cyan #09979A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 49.04%

R = 2.87%
G = 48.09%
B = 49.04%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#09979A (or 0x09979A) is known color: Dark Cyan. HEX triplet: 09, 97 and 9A. RGB value is (9,151,154). Sum of RGB (Red+Green+Blue) = 9+151+154=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #09979A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09979A is #F66865. Grayscale: #6C6C6C. Windows color (decimal): -16148582 or 10131209. OLE color: 10131209.

HSL color Cylindrical-coordinate representation of color #09979A: hue angle of 181.24º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09979A is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 151 154 -
CMYK 0.94 0.02 0 0.40
HSL 181.24º 0.89% 0.32% -
HSV(B) 181.24º 0.94% 0.6% -
XYZ 17.01 24.52 34.41 -
YUV 108.88 153.46 56.76 -
System Red Green Blue C M Y K H S L
Decimal 9 151 154 0.94 0.02 0 0.40 181.24 0.89 0.32
Hex 9 97 9A 5E 2 0 28 B5 59 20
Octal 11 227 232 136 2 0 50 265 131 40
Binary 1001 10010111 10011010 1011110 10 0 101000 10110101 1011001 100000

Color Harmonies of #09979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09979A

Black with #09979A

Text Example


Text Example

White with #09979A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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