Html Css Color HEX #09788E Teal

📋 copy color: '#09788E'

red 9 ◦ green 120 ◦ blue 142

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

Shades of Teal #09788E

Tints of Teal #09788E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.28%

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

R = 3.32%
G = 44.28%
B = 52.4%

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

#09788E (or 0x09788E) is known color: Teal. HEX triplet: 09, 78 and 8E. RGB value is (9,120,142). Sum of RGB (Red+Green+Blue) = 9+120+142=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #09788E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09788E is #F68771. Grayscale: #595959. Windows color (decimal): -16156530 or 9336841. OLE color: 9336841.

HSL color Cylindrical-coordinate representation of color #09788E: hue angle of 189.92º 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 #09788E is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 120 142 -
CMYK 0.94 0.15 0 0.44
HSL 189.92º 0.88% 0.3% -
HSV(B) 189.92º 0.94% 0.56% -
XYZ 11.71 15.44 27.95 -
YUV 89.32 157.73 70.71 -
System Red Green Blue C M Y K H S L
Decimal 9 120 142 0.94 0.15 0 0.44 189.92 0.88 0.3
Hex 9 78 8E 5E F 0 2C BE 58 1E
Octal 11 170 216 136 17 0 54 276 130 36
Binary 1001 1111000 10001110 1011110 1111 0 101100 10111110 1011000 11110

Color Harmonies of #09788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09788E

Black with #09788E

Text Example


Text Example

White with #09788E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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