#028880

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

Shades of Teal #028880

Tints of Teal #028880

Color information

#028880 (or 0x028880) is unknown color: approx Teal. HEX triplet: 02, 88 and 80. RGB value is (2,136,128). Sum of RGB (Red+Green+Blue) = 2+136+128=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #028880 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028880 is #FD777F. Grayscale: #5E5E5E. Windows color (decimal): -16611200 or 8423426. OLE color: 8423426.

HSL color Cylindrical-coordinate representation of color #028880: hue angle of 176.42º 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 #028880 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB2136128-
CMYK0.9900.060.47
HSL176.42º97.1%27.06%-
HSV(B)176.42º98.53%53.33%-
XYZ12.7319.1823.45-
YUV95.02146.6161.65-

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) = 51.13%
BLUE value IS 128 (50.39% from 255) = 48.12%
R=0.75%
G=51.13%
B=48.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21361280.9900.060.47176.4297.127.06
Hex2888063062Fb0611b
Octal2210200143065726014133
Binary1010001000100000001100011011010111110110000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028880; }

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

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

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

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

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

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

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

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