#057688

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

Shades of Teal #057688

Tints of Teal #057688

Color information

#057688 (or 0x057688) is unknown color: approx Teal. HEX triplet: 05, 76 and 88. RGB value is (5,118,136). Sum of RGB (Red+Green+Blue) = 5+118+136=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #057688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057688 is #FA8977. Grayscale: #565656. Windows color (decimal): -16419192 or 8943109. OLE color: 8943109.

HSL color Cylindrical-coordinate representation of color #057688: hue angle of 188.24º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057688 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5118136-
CMYK0.960.1300.47
HSL188.24º92.91%27.65%-
HSV(B)188.24º96.32%53.33%-
XYZ10.9814.7725.56-
YUV86.26156.0670.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.93%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 136 (53.52% from 255) = 52.51%
R=1.93%
G=45.56%
B=52.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51181360.960.1300.47188.2492.9127.65
Hex5768860D02Fbc5d1c
Octal51662101401505727413534
Binary10111101101000100011000001101010111110111100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057688; }

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

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

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

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

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

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

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

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