Html Css Color HEX #09778E Teal

📋 copy color: '#09778E'

red 9 ◦ green 119 ◦ blue 142

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

Shades of Teal #09778E

Tints of Teal #09778E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.07%

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

R = 3.33%
G = 44.07%
B = 52.59%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09778E (or 0x09778E) is known color: Teal. HEX triplet: 09, 77 and 8E. RGB value is (9,119,142). Sum of RGB (Red+Green+Blue) = 9+119+142=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #09778E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09778E is #F68871. Grayscale: #585858. Windows color (decimal): -16156786 or 9336585. OLE color: 9336585.

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

Color convert

RGB 9 119 142 -
CMYK 0.94 0.16 0 0.44
HSL 190.38º 0.88% 0.3% -
HSV(B) 190.38º 0.94% 0.56% -
XYZ 11.59 15.2 27.92 -
YUV 88.73 158.06 71.13 -
System Red Green Blue C M Y K H S L
Decimal 9 119 142 0.94 0.16 0 0.44 190.38 0.88 0.3
Hex 9 77 8E 5E 10 0 2C BE 58 1E
Octal 11 167 216 136 20 0 54 276 130 36
Binary 1001 1110111 10001110 1011110 10000 0 101100 10111110 1011000 11110

Color Harmonies of #09778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09778E

Black with #09778E

Text Example


Text Example

White with #09778E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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