Html Css Color HEX #09727F Teal

📋 copy color: '#09727F'

red 9 ◦ green 114 ◦ blue 127

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

Shades of Teal #09727F

Tints of Teal #09727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.6%

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

R = 3.6%
G = 45.6%
B = 50.8%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#09727F (or 0x09727F) is known color: Teal. HEX triplet: 09, 72 and 7F. RGB value is (9,114,127). Sum of RGB (Red+Green+Blue) = 9+114+127=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #09727F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09727F is #F68D80. Grayscale: #535353. Windows color (decimal): -16158081 or 8352265. OLE color: 8352265.

HSL color Cylindrical-coordinate representation of color #09727F: hue angle of 186.61º 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 #09727F is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 114 127 -
CMYK 0.93 0.10 0 0.50
HSL 186.61º 0.87% 0.27% -
HSV(B) 186.61º 0.93% 0.5% -
XYZ 9.96 13.63 22.18 -
YUV 84.09 152.21 74.44 -
System Red Green Blue C M Y K H S L
Decimal 9 114 127 0.93 0.10 0 0.50 186.61 0.87 0.27
Hex 9 72 7F 5D A 0 32 BB 57 1B
Octal 11 162 177 135 12 0 62 273 127 33
Binary 1001 1110010 1111111 1011101 1010 0 110010 10111011 1010111 11011

Color Harmonies of #09727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09727F

Black with #09727F

Text Example


Text Example

White with #09727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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