Html Css Color HEX #09797D Teal

📋 copy color: '#09797D'

red 9 ◦ green 121 ◦ blue 125

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

Shades of Teal #09797D

Tints of Teal #09797D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 49.02%

R = 3.53%
G = 47.45%
B = 49.02%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09797D (or 0x09797D) is known color: Teal. HEX triplet: 09, 79 and 7D. RGB value is (9,121,125). Sum of RGB (Red+Green+Blue) = 9+121+125=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #09797D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09797D is #F68682. Grayscale: #575757. Windows color (decimal): -16156291 or 8222985. OLE color: 8222985.

HSL color Cylindrical-coordinate representation of color #09797D: hue angle of 182.07º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09797D is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 121 125 -
CMYK 0.93 0.03 0 0.51
HSL 182.07º 0.87% 0.26% -
HSV(B) 182.07º 0.93% 0.49% -
XYZ 10.65 15.21 21.78 -
YUV 87.97 148.89 71.67 -
System Red Green Blue C M Y K H S L
Decimal 9 121 125 0.93 0.03 0 0.51 182.07 0.87 0.26
Hex 9 79 7D 5D 3 0 33 B6 57 1A
Octal 11 171 175 135 3 0 63 266 127 32
Binary 1001 1111001 1111101 1011101 11 0 110011 10110110 1010111 11010

Color Harmonies of #09797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09797D

Black with #09797D

Text Example


Text Example

White with #09797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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