Html Css Color HEX #09798D Teal

📋 copy color: '#09798D'

red 9 ◦ green 121 ◦ blue 141

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

Shades of Teal #09798D

Tints of Teal #09798D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 3.32%
G = 44.65%
B = 52.03%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09798D (or 0x09798D) is known color: Teal. HEX triplet: 09, 79 and 8D. RGB value is (9,121,141). Sum of RGB (Red+Green+Blue) = 9+121+141=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #09798D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09798D is #F68672. Grayscale: #595959. Windows color (decimal): -16156275 or 9271561. OLE color: 9271561.

HSL color Cylindrical-coordinate representation of color #09798D: hue angle of 189.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09798D is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 121 141 -
CMYK 0.94 0.14 0 0.45
HSL 189.09º 0.88% 0.29% -
HSV(B) 189.09º 0.94% 0.55% -
XYZ 11.76 15.66 27.6 -
YUV 89.79 156.89 70.37 -
System Red Green Blue C M Y K H S L
Decimal 9 121 141 0.94 0.14 0 0.45 189.09 0.88 0.29
Hex 9 79 8D 5E E 0 2D BD 58 1D
Octal 11 171 215 136 16 0 55 275 130 35
Binary 1001 1111001 10001101 1011110 1110 0 101101 10111101 1011000 11101

Color Harmonies of #09798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09798D

Black with #09798D

Text Example


Text Example

White with #09798D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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