#028680

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

Shades of Teal #028680

Tints of Teal #028680

Color information

#028680 (or 0x028680) is unknown color: approx Teal. HEX triplet: 02, 86 and 80. RGB value is (2,134,128). Sum of RGB (Red+Green+Blue) = 2+134+128=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #028680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028680 is #FD797F. Grayscale: #5D5D5D. Windows color (decimal): -16611712 or 8422914. OLE color: 8422914.

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

Color convert

RGB2134128-
CMYK0.9900.040.47
HSL177.27º97.06%26.67%-
HSV(B)177.27º98.51%52.55%-
XYZ12.4518.6223.36-
YUV93.85147.2762.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 134 (52.73% from 255) = 50.76%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=0.76%
G=50.76%
B=48.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21341280.9900.040.47177.2797.0626.67
Hex2868063042Fb1611b
Octal2206200143045726114133
Binary1010000110100000001100011010010111110110001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028680; }

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

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

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

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

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

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

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

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