Html Css Color HEX #09768E Teal

📋 copy color: '#09768E'

red 9 ◦ green 118 ◦ blue 142

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

Shades of Teal #09768E

Tints of Teal #09768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.87%

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

R = 3.35%
G = 43.87%
B = 52.79%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09768E (or 0x09768E) is known color: Teal. HEX triplet: 09, 76 and 8E. RGB value is (9,118,142). Sum of RGB (Red+Green+Blue) = 9+118+142=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #09768E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09768E is #F68971. Grayscale: #575757. Windows color (decimal): -16157042 or 9336329. OLE color: 9336329.

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

Color convert

RGB 9 118 142 -
CMYK 0.94 0.17 0 0.44
HSL 190.83º 0.88% 0.3% -
HSV(B) 190.83º 0.94% 0.56% -
XYZ 11.47 14.97 27.88 -
YUV 88.15 158.39 71.55 -
System Red Green Blue C M Y K H S L
Decimal 9 118 142 0.94 0.17 0 0.44 190.83 0.88 0.3
Hex 9 76 8E 5E 11 0 2C BF 58 1E
Octal 11 166 216 136 21 0 54 277 130 36
Binary 1001 1110110 10001110 1011110 10001 0 101100 10111111 1011000 11110

Color Harmonies of #09768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09768E

Black with #09768E

Text Example


Text Example

White with #09768E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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