Html Css Color HEX #09797F Teal

📋 copy color: '#09797F'

red 9 ◦ green 121 ◦ blue 127

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

Shades of Teal #09797F

Tints of Teal #09797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.08%

 BLUE value IS 127 (50% from 255) = 49.42%

R = 3.5%
G = 47.08%
B = 49.42%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#09797F (or 0x09797F) is known color: Teal. HEX triplet: 09, 79 and 7F. RGB value is (9,121,127). Sum of RGB (Red+Green+Blue) = 9+121+127=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #09797F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09797F is #F68680. Grayscale: #585858. Windows color (decimal): -16156289 or 8354057. OLE color: 8354057.

HSL color Cylindrical-coordinate representation of color #09797F: hue angle of 183.05º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09797F is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 121 127 -
CMYK 0.93 0.05 0 0.50
HSL 183.05º 0.87% 0.27% -
HSV(B) 183.05º 0.93% 0.5% -
XYZ 10.78 15.27 22.46 -
YUV 88.2 149.89 71.51 -
System Red Green Blue C M Y K H S L
Decimal 9 121 127 0.93 0.05 0 0.50 183.05 0.87 0.27
Hex 9 79 7F 5D 5 0 32 B7 57 1B
Octal 11 171 177 135 5 0 62 267 127 33
Binary 1001 1111001 1111111 1011101 101 0 110010 10110111 1010111 11011

Color Harmonies of #09797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09797F

Black with #09797F

Text Example


Text Example

White with #09797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09797F; }

 p { color: rgb(9,121,127); }

 H1.HeaderClassName
 {
   color: #09797F;
 }
 .AnyTagClassName
 {
   color: #09797F;
 }
</style>

background-color css

<style>
 a { background-color: #09797F; }

 a { background-color: rgb(9,121,127); }

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

border-color css

<style>
 span { border-color: #09797F; }

 span { border-color: rgb(9,121,127); }

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