Html Css Color HEX #09777E Teal

📋 copy color: '#09777E'

red 9 ◦ green 119 ◦ blue 126

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

Shades of Teal #09777E

Tints of Teal #09777E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 49.61%

R = 3.54%
G = 46.85%
B = 49.61%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09777E (or 0x09777E) is known color: Teal. HEX triplet: 09, 77 and 7E. RGB value is (9,119,126). Sum of RGB (Red+Green+Blue) = 9+119+126=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #09777E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09777E is #F68881. Grayscale: #565656. Windows color (decimal): -16156802 or 8288009. OLE color: 8288009.

HSL color Cylindrical-coordinate representation of color #09777E: hue angle of 183.59º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09777E is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 119 126 -
CMYK 0.93 0.06 0 0.51
HSL 183.59º 0.87% 0.26% -
HSV(B) 183.59º 0.93% 0.49% -
XYZ 10.48 14.76 22.04 -
YUV 86.91 150.06 72.43 -
System Red Green Blue C M Y K H S L
Decimal 9 119 126 0.93 0.06 0 0.51 183.59 0.87 0.26
Hex 9 77 7E 5D 6 0 33 B8 57 1A
Octal 11 167 176 135 6 0 63 270 127 32
Binary 1001 1110111 1111110 1011101 110 0 110011 10111000 1010111 11010

Color Harmonies of #09777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09777E

Black with #09777E

Text Example


Text Example

White with #09777E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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