Html Css Color HEX #09717F Teal

📋 copy color: '#09717F'

red 9 ◦ green 113 ◦ blue 127

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

Shades of Teal #09717F

Tints of Teal #09717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.38%

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

R = 3.61%
G = 45.38%
B = 51%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#09717F (or 0x09717F) is known color: Teal. HEX triplet: 09, 71 and 7F. RGB value is (9,113,127). Sum of RGB (Red+Green+Blue) = 9+113+127=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #09717F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09717F is #F68E80. Grayscale: #535353. Windows color (decimal): -16158337 or 8352009. OLE color: 8352009.

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

Color convert

RGB 9 113 127 -
CMYK 0.93 0.11 0 0.50
HSL 187.12º 0.87% 0.27% -
HSV(B) 187.12º 0.93% 0.5% -
XYZ 9.85 13.4 22.15 -
YUV 83.5 152.54 74.86 -
System Red Green Blue C M Y K H S L
Decimal 9 113 127 0.93 0.11 0 0.50 187.12 0.87 0.27
Hex 9 71 7F 5D B 0 32 BB 57 1B
Octal 11 161 177 135 13 0 62 273 127 33
Binary 1001 1110001 1111111 1011101 1011 0 110010 10111011 1010111 11011

Color Harmonies of #09717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09717F

Black with #09717F

Text Example


Text Example

White with #09717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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