#057E57

Color #057E57 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #057E57

Tints of Tropical Rain Forest #057E57

Color information

#057E57 (or 0x057E57) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 7E and 57. RGB value is (5,126,87). Sum of RGB (Red+Green+Blue) = 5+126+87=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #057E57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057E57 is #FA81A8. Grayscale: #555555. Windows color (decimal): -16417193 or 5733893. OLE color: 5733893.

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

Color convert

RGB512687-
CMYK0.9600.310.51
HSL160.66º92.37%25.69%-
HSV(B)160.66º96.03%49.41%-
XYZ9.2415.6411.55-
YUV85.38128.9170.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.29%
GREEN value IS 126 (49.61% from 255) = 57.80%
BLUE value IS 87 (34.38% from 255) = 39.91%
R=2.29%
G=57.80%
B=39.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5126870.9600.310.51160.6692.3725.69
Hex57E576001F33a15c1a
Octal51761271400376324113432
Binary10111111101010111110000001111111001110100001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,126,87); }

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

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

 a { background-color: rgb(5,126,87); }

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

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

 span { border-color: rgb(5,126,87); }

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