#09877A

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

Shades of Teal #09877A

Tints of Teal #09877A

Color information

#09877A (or 0x09877A) is unknown color: approx Teal. HEX triplet: 09, 87 and 7A. RGB value is (9,135,122). Sum of RGB (Red+Green+Blue) = 9+135+122=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #09877A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09877A is #F67885. Grayscale: #5F5F5F. Windows color (decimal): -16152710 or 8029961. OLE color: 8029961.

HSL color Cylindrical-coordinate representation of color #09877A: hue angle of 173.81º 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 #09877A is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB9135122-
CMYK0.9300.100.47
HSL173.81º87.5%28.24%-
HSV(B)173.81º93.33%52.94%-
XYZ12.2918.7921.39-
YUV95.84142.7666.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.38%
GREEN value IS 135 (53.12% from 255) = 50.75%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=3.38%
G=50.75%
B=45.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91351220.9300.100.47173.8187.528.24
Hex9877A5D0A2Fae581c
Octal112071721350125725613034
Binary100110000111111101010111010101010111110101110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09877A; }

 p { color: rgb(9,135,122); }

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

<style>
 a { background-color: #09877A; }

 a { background-color: rgb(9,135,122); }

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

<style>
 span { border-color: #09877A; }

 span { border-color: rgb(9,135,122); }

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