#057180

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

Shades of Teal #057180

Tints of Teal #057180

Color information

#057180 (or 0x057180) is unknown color: approx Teal. HEX triplet: 05, 71 and 80. RGB value is (5,113,128). Sum of RGB (Red+Green+Blue) = 5+113+128=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 113 (44.53% from 255 or 45.93% 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 #057180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057180 is #FA8E7F. Grayscale: #525252. Windows color (decimal): -16420480 or 8417541. OLE color: 8417541.

HSL color Cylindrical-coordinate representation of color #057180: hue angle of 187.32º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057180 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5113128-
CMYK0.960.1200.50
HSL187.32º92.48%26.08%-
HSV(B)187.32º96.09%50.2%-
XYZ9.8613.422.49-
YUV82.42153.7272.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.03%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 128 (50.39% from 255) = 52.03%
R=2.03%
G=45.93%
B=52.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51131280.960.1200.50187.3292.4826.08
Hex5718060C032bb5c1a
Octal51612001401406227313432
Binary10111100011000000011000001100011001010111011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057180; }

 p { color: rgb(5,113,128); }

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

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

 a { background-color: rgb(5,113,128); }

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

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

 span { border-color: rgb(5,113,128); }

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