#028881

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

Shades of Teal #028881

Tints of Teal #028881

Color information

#028881 (or 0x028881) is unknown color: approx Teal. HEX triplet: 02, 88 and 81. RGB value is (2,136,129). Sum of RGB (Red+Green+Blue) = 2+136+129=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 136 (53.52% from 255 or 50.94% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 136 - color contains mainly: green. Hex color #028881 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028881 is #FD777E. Grayscale: #5F5F5F. Windows color (decimal): -16611199 or 8488962. OLE color: 8488962.

HSL color Cylindrical-coordinate representation of color #028881: hue angle of 176.87º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028881 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB2136129-
CMYK0.9900.050.47
HSL176.87º97.1%27.06%-
HSV(B)176.87º98.53%53.33%-
XYZ12.7919.2123.8-
YUV95.14147.1161.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 136 (53.52% from 255) = 50.94%
BLUE value IS 129 (50.78% from 255) = 48.31%
R=0.75%
G=50.94%
B=48.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21361290.9900.050.47176.8797.127.06
Hex2888163052Fb1611b
Octal2210201143055726114133
Binary1010001000100000011100011010110111110110001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028881; }

 p { color: rgb(2,136,129); }

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

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

 a { background-color: rgb(2,136,129); }

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

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

 span { border-color: rgb(2,136,129); }

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