#027480

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

Shades of Teal #027480

Tints of Teal #027480

Color information

#027480 (or 0x027480) is unknown color: approx Teal. HEX triplet: 02, 74 and 80. RGB value is (2,116,128). Sum of RGB (Red+Green+Blue) = 2+116+128=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #027480 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027480 is #FD8B7F. Grayscale: #535353. Windows color (decimal): -16616320 or 8418306. OLE color: 8418306.

HSL color Cylindrical-coordinate representation of color #027480: hue angle of 185.71º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027480 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2116128-
CMYK0.980.0900.50
HSL185.71º96.92%25.49%-
HSV(B)185.71º98.44%50.2%-
XYZ10.1714.0622.6-
YUV83.28153.2370.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 116 (45.70% from 255) = 47.15%
BLUE value IS 128 (50.39% from 255) = 52.03%
R=0.81%
G=47.15%
B=52.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21161280.980.0900.50185.7196.9225.49
Hex27480629032ba6119
Octal21642001421106227214131
Binary1011101001000000011000101001011001010111010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027480; }

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

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

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

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

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

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

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

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