Html Css Color HEX #09798E Teal

📋 copy color: '#09798E'

red 9 ◦ green 121 ◦ blue 142

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

Shades of Teal #09798E

Tints of Teal #09798E

RGB

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

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

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

R = 3.31%
G = 44.49%
B = 52.21%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09798E (or 0x09798E) is known color: Teal. HEX triplet: 09, 79 and 8E. RGB value is (9,121,142). Sum of RGB (Red+Green+Blue) = 9+121+142=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #09798E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09798E is #F68671. Grayscale: #595959. Windows color (decimal): -16156274 or 9337097. OLE color: 9337097.

HSL color Cylindrical-coordinate representation of color #09798E: hue angle of 189.47º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09798E is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 121 142 -
CMYK 0.94 0.15 0 0.44
HSL 189.47º 0.88% 0.3% -
HSV(B) 189.47º 0.94% 0.56% -
XYZ 11.83 15.69 28 -
YUV 89.91 157.39 70.29 -
System Red Green Blue C M Y K H S L
Decimal 9 121 142 0.94 0.15 0 0.44 189.47 0.88 0.3
Hex 9 79 8E 5E F 0 2C BD 58 1E
Octal 11 171 216 136 17 0 54 275 130 36
Binary 1001 1111001 10001110 1011110 1111 0 101100 10111101 1011000 11110

Color Harmonies of #09798E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09798E

Black with #09798E

Text Example


Text Example

White with #09798E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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