#028088

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

Shades of Teal #028088

Tints of Teal #028088

Color information

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

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

Color convert

RGB2128136-
CMYK0.990.0600.47
HSL183.58º97.1%27.06%-
HSV(B)183.58º98.53%53.33%-
XYZ12.1917.2325.98-
YUV91.24153.2664.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 128 (50.39% from 255) = 48.12%
BLUE value IS 136 (53.52% from 255) = 51.13%
R=0.75%
G=48.12%
B=51.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21281360.990.0600.47183.5897.127.06
Hex2808863602Fb8611b
Octal2200210143605727014133
Binary1010000000100010001100011110010111110111000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028088; }

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

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

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

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

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

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

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

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