Html Css Color HEX #09777F Teal

📋 copy color: '#09777F'

red 9 ◦ green 119 ◦ blue 127

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

Shades of Teal #09777F

Tints of Teal #09777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.8%

R = 3.53%
G = 46.67%
B = 49.8%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#09777F (or 0x09777F) is known color: Teal. HEX triplet: 09, 77 and 7F. RGB value is (9,119,127). Sum of RGB (Red+Green+Blue) = 9+119+127=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #09777F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09777F is #F68880. Grayscale: #565656. Windows color (decimal): -16156801 or 8353545. OLE color: 8353545.

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

Color convert

RGB 9 119 127 -
CMYK 0.93 0.06 0 0.50
HSL 184.07º 0.87% 0.27% -
HSV(B) 184.07º 0.93% 0.5% -
XYZ 10.54 14.78 22.38 -
YUV 87.02 150.56 72.35 -
System Red Green Blue C M Y K H S L
Decimal 9 119 127 0.93 0.06 0 0.50 184.07 0.87 0.27
Hex 9 77 7F 5D 6 0 32 B8 57 1B
Octal 11 167 177 135 6 0 62 270 127 33
Binary 1001 1110111 1111111 1011101 110 0 110010 10111000 1010111 11011

Color Harmonies of #09777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09777F

Black with #09777F

Text Example


Text Example

White with #09777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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