#057A83

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

Shades of Teal #057A83

Tints of Teal #057A83

Color information

#057A83 (or 0x057A83) is unknown color: approx Teal. HEX triplet: 05, 7A and 83. RGB value is (5,122,131). Sum of RGB (Red+Green+Blue) = 5+122+131=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #057A83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057A83 is #FA857C. Grayscale: #575757. Windows color (decimal): -16418173 or 8616453. OLE color: 8616453.

HSL color Cylindrical-coordinate representation of color #057A83: hue angle of 184.29º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057A83 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5122131-
CMYK0.960.0700.49
HSL184.29º92.65%26.67%-
HSV(B)184.29º96.18%51.37%-
XYZ11.1215.5923.9-
YUV88.04152.2468.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.94%
GREEN value IS 122 (48.05% from 255) = 47.29%
BLUE value IS 131 (51.56% from 255) = 50.78%
R=1.94%
G=47.29%
B=50.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51221310.960.0700.49184.2992.6526.67
Hex57A83607031b85d1b
Octal5172203140706127013533
Binary1011111010100000111100000111011000110111000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057A83; }

 p { color: rgb(5,122,131); }

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

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

 a { background-color: rgb(5,122,131); }

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

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

 span { border-color: rgb(5,122,131); }

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