Html Css Color HEX #09867C Teal

📋 copy color: '#09867C'

red 9 ◦ green 134 ◦ blue 124

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

Shades of Teal #09867C

Tints of Teal #09867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.19%

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

R = 3.37%
G = 50.19%
B = 46.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#09867C (or 0x09867C) is known color: Teal. HEX triplet: 09, 86 and 7C. RGB value is (9,134,124). Sum of RGB (Red+Green+Blue) = 9+134+124=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #09867C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09867C is #F67983. Grayscale: #5F5F5F. Windows color (decimal): -16152964 or 8160777. OLE color: 8160777.

HSL color Cylindrical-coordinate representation of color #09867C: hue angle of 175.2º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09867C is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 134 124 -
CMYK 0.93 0 0.07 0.47
HSL 175.2º 0.87% 0.28% -
HSV(B) 175.2º 0.93% 0.53% -
XYZ 12.28 18.56 22 -
YUV 95.49 144.09 66.31 -
System Red Green Blue C M Y K H S L
Decimal 9 134 124 0.93 0 0.07 0.47 175.2 0.87 0.28
Hex 9 86 7C 5D 0 7 2F AF 57 1C
Octal 11 206 174 135 0 7 57 257 127 34
Binary 1001 10000110 1111100 1011101 0 111 101111 10101111 1010111 11100

Color Harmonies of #09867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09867C

Black with #09867C

Text Example


Text Example

White with #09867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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