Html Css Color HEX #09847D Teal

📋 copy color: '#09847D'

red 9 ◦ green 132 ◦ blue 125

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

Shades of Teal #09847D

Tints of Teal #09847D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.62%

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

R = 3.38%
G = 49.62%
B = 46.99%

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

#09847D (or 0x09847D) is known color: Teal. HEX triplet: 09, 84 and 7D. RGB value is (9,132,125). Sum of RGB (Red+Green+Blue) = 9+132+125=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #09847D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09847D is #F67B82. Grayscale: #5E5E5E. Windows color (decimal): -16153475 or 8225801. OLE color: 8225801.

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

Color convert

RGB 9 132 125 -
CMYK 0.93 0 0.05 0.48
HSL 176.59º 0.87% 0.28% -
HSV(B) 176.59º 0.93% 0.52% -
XYZ 12.07 18.04 22.25 -
YUV 94.43 145.25 67.07 -
System Red Green Blue C M Y K H S L
Decimal 9 132 125 0.93 0 0.05 0.48 176.59 0.87 0.28
Hex 9 84 7D 5D 0 5 30 B1 57 1C
Octal 11 204 175 135 0 5 60 261 127 34
Binary 1001 10000100 1111101 1011101 0 101 110000 10110001 1010111 11100

Color Harmonies of #09847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09847D

Black with #09847D

Text Example


Text Example

White with #09847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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