#028286

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

Shades of Teal #028286

Tints of Teal #028286

Color information

#028286 (or 0x028286) is unknown color: approx Teal. HEX triplet: 02, 82 and 86. RGB value is (2,130,134). Sum of RGB (Red+Green+Blue) = 2+130+134=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #028286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028286 is #FD7D79. Grayscale: #5C5C5C. Windows color (decimal): -16612730 or 8815106. OLE color: 8815106.

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

Color convert

RGB2130134-
CMYK0.990.0300.47
HSL181.82º97.06%26.67%-
HSV(B)181.82º98.51%52.55%-
XYZ12.3117.725.32-
YUV92.18151.5963.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 130 (51.17% from 255) = 48.87%
BLUE value IS 134 (52.73% from 255) = 50.38%
R=0.75%
G=48.87%
B=50.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21301340.990.0300.47181.8297.0626.67
Hex2828663302Fb6611b
Octal2202206143305726614133
Binary101000001010000110110001111010111110110110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028286; }

 p { color: rgb(2,130,134); }

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

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

 a { background-color: rgb(2,130,134); }

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

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

 span { border-color: rgb(2,130,134); }

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