#028380

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

Shades of Teal #028380

Tints of Teal #028380

Color information

#028380 (or 0x028380) is unknown color: approx Teal. HEX triplet: 02, 83 and 80. RGB value is (2,131,128). Sum of RGB (Red+Green+Blue) = 2+131+128=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #028380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028380 is #FD7C7F. Grayscale: #5B5B5B. Windows color (decimal): -16612480 or 8422146. OLE color: 8422146.

HSL color Cylindrical-coordinate representation of color #028380: hue angle of 178.6º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028380 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB2131128-
CMYK0.9800.020.49
HSL178.6º96.99%26.08%-
HSV(B)178.6º98.47%51.37%-
XYZ12.0417.823.22-
YUV92.09148.2663.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 131 (51.56% from 255) = 50.19%
BLUE value IS 128 (50.39% from 255) = 49.04%
R=0.77%
G=50.19%
B=49.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21311280.9800.020.49178.696.9926.08
Hex28380620231b3611a
Octal2203200142026126314132
Binary101000001110000000110001001011000110110011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028380; }

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

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

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

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

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

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

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

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