Html Css Color HEX #09857F Teal

📋 copy color: '#09857F'

red 9 ◦ green 133 ◦ blue 127

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

Shades of Teal #09857F

Tints of Teal #09857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.44%

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

R = 3.35%
G = 49.44%
B = 47.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#09857F (or 0x09857F) is known color: Teal. HEX triplet: 09, 85 and 7F. RGB value is (9,133,127). Sum of RGB (Red+Green+Blue) = 9+133+127=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #09857F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09857F is #F67A80. Grayscale: #5F5F5F. Windows color (decimal): -16153217 or 8357129. OLE color: 8357129.

HSL color Cylindrical-coordinate representation of color #09857F: hue angle of 177.1º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09857F is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 133 127 -
CMYK 0.93 0 0.05 0.48
HSL 177.1º 0.87% 0.28% -
HSV(B) 177.1º 0.93% 0.52% -
XYZ 12.33 18.37 22.97 -
YUV 95.24 145.92 66.49 -
System Red Green Blue C M Y K H S L
Decimal 9 133 127 0.93 0 0.05 0.48 177.1 0.87 0.28
Hex 9 85 7F 5D 0 5 30 B1 57 1C
Octal 11 205 177 135 0 5 60 261 127 34
Binary 1001 10000101 1111111 1011101 0 101 110000 10110001 1010111 11100

Color Harmonies of #09857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09857F

Black with #09857F

Text Example


Text Example

White with #09857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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