#028089

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

Shades of Teal #028089

Tints of Teal #028089

Color information

#028089 (or 0x028089) is unknown color: approx Teal. HEX triplet: 02, 80 and 89. RGB value is (2,128,137). Sum of RGB (Red+Green+Blue) = 2+128+137=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #028089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028089 is #FD7F76. Grayscale: #5B5B5B. Windows color (decimal): -16613239 or 9011202. OLE color: 9011202.

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

Color convert

RGB2128137-
CMYK0.990.0700.46
HSL184º97.12%27.25%-
HSV(B)184º98.54%53.73%-
XYZ12.2617.2626.35-
YUV91.35153.7664.27-

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) = 47.94%
BLUE value IS 137 (53.91% from 255) = 51.31%
R=0.75%
G=47.94%
B=51.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21281370.990.0700.4618497.1227.25
Hex2808963702Eb8611b
Octal2200211143705627014133
Binary1010000000100010011100011111010111010111000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028089; }

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

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

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

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

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

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

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

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