Html Css Color HEX #09857C Teal

📋 copy color: '#09857C'

red 9 ◦ green 133 ◦ blue 124

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

Shades of Teal #09857C

Tints of Teal #09857C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.62%

R = 3.38%
G = 50%
B = 46.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#09857C (or 0x09857C) is known color: Teal. HEX triplet: 09, 85 and 7C. RGB value is (9,133,124). Sum of RGB (Red+Green+Blue) = 9+133+124=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #09857C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09857C is #F67A83. Grayscale: #5E5E5E. Windows color (decimal): -16153220 or 8160521. OLE color: 8160521.

HSL color Cylindrical-coordinate representation of color #09857C: hue angle of 175.65º 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 #09857C is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 133 124 -
CMYK 0.93 0 0.07 0.48
HSL 175.65º 0.87% 0.28% -
HSV(B) 175.65º 0.93% 0.52% -
XYZ 12.14 18.29 21.96 -
YUV 94.9 144.42 66.73 -
System Red Green Blue C M Y K H S L
Decimal 9 133 124 0.93 0 0.07 0.48 175.65 0.87 0.28
Hex 9 85 7C 5D 0 7 30 B0 57 1C
Octal 11 205 174 135 0 7 60 260 127 34
Binary 1001 10000101 1111100 1011101 0 111 110000 10110000 1010111 11100

Color Harmonies of #09857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09857C

Black with #09857C

Text Example


Text Example

White with #09857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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