#057680

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

Shades of Teal #057680

Tints of Teal #057680

Color information

#057680 (or 0x057680) is unknown color: approx Teal. HEX triplet: 05, 76 and 80. RGB value is (5,118,128). Sum of RGB (Red+Green+Blue) = 5+118+128=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #057680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057680 is #FA897F. Grayscale: #555555. Windows color (decimal): -16419200 or 8418821. OLE color: 8418821.

HSL color Cylindrical-coordinate representation of color #057680: hue angle of 184.88º 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 #057680 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5118128-
CMYK0.960.0800.50
HSL184.88º92.48%26.08%-
HSV(B)184.88º96.09%50.2%-
XYZ10.4414.5522.68-
YUV85.35152.0670.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.99%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 128 (50.39% from 255) = 51.00%
R=1.99%
G=47.01%
B=51.00%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51181280.960.0800.50184.8892.4826.08
Hex57680608032b95c1a
Octal51662001401006227113432
Binary10111101101000000011000001000011001010111001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057680; }

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

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

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

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

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

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

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

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