#09847E

Color #09847E Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #09847E

Tints of Teal #09847E

Color information

#09847E (or 0x09847E) is unknown color: approx Teal. HEX triplet: 09, 84 and 7E. RGB value is (9,132,126). Sum of RGB (Red+Green+Blue) = 9+132+126=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #09847E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09847E is #F67B81. Grayscale: #5E5E5E. Windows color (decimal): -16153474 or 8291337. OLE color: 8291337.

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

Color convert

RGB9132126-
CMYK0.9300.050.48
HSL177.07º87.23%27.65%-
HSV(B)177.07º93.18%51.76%-
XYZ12.1318.0722.59-
YUV94.54145.7566.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.37%
GREEN value IS 132 (51.95% from 255) = 49.44%
BLUE value IS 126 (49.61% from 255) = 47.19%
R=3.37%
G=49.44%
B=47.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91321260.9300.050.48177.0787.2327.65
Hex9847E5D0530b1571c
Octal11204176135056026112734
Binary10011000010011111101011101010111000010110001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #09847E;
 }
 .AnyTagClassName
 {
   color: #09847E;
 }
</style>
background-color css

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

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

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

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

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

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