Html Css Color HEX #09887D Teal

📋 copy color: '#09887D'

red 9 ◦ green 136 ◦ blue 125

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

Shades of Teal #09887D

Tints of Teal #09887D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.37%

 BLUE value IS 125 (49.22% from 255) = 46.3%

R = 3.33%
G = 50.37%
B = 46.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#09887D (or 0x09887D) is known color: Teal. HEX triplet: 09, 88 and 7D. RGB value is (9,136,125). Sum of RGB (Red+Green+Blue) = 9+136+125=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #09887D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09887D is #F67782. Grayscale: #606060. Windows color (decimal): -16152451 or 8226825. OLE color: 8226825.

HSL color Cylindrical-coordinate representation of color #09887D: hue angle of 174.8º degrees, saturation: 0.88, 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 #09887D is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 136 125 -
CMYK 0.93 0 0.08 0.47
HSL 174.8º 0.88% 0.28% -
HSV(B) 174.8º 0.93% 0.53% -
XYZ 12.62 19.15 22.43 -
YUV 96.77 143.92 65.39 -
System Red Green Blue C M Y K H S L
Decimal 9 136 125 0.93 0 0.08 0.47 174.8 0.88 0.28
Hex 9 88 7D 5D 0 8 2F AF 58 1C
Octal 11 210 175 135 0 10 57 257 130 34
Binary 1001 10001000 1111101 1011101 0 1000 101111 10101111 1011000 11100

Color Harmonies of #09887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09887D

Black with #09887D

Text Example


Text Example

White with #09887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09887D; }

 p { color: rgb(9,136,125); }

 H1.HeaderClassName
 {
   color: #09887D;
 }
 .AnyTagClassName
 {
   color: #09887D;
 }
</style>

background-color css

<style>
 a { background-color: #09887D; }

 a { background-color: rgb(9,136,125); }

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

border-color css

<style>
 span { border-color: #09887D; }

 span { border-color: rgb(9,136,125); }

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