#057f58

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

Shades of Tropical Rain Forest #057F58

Tints of Tropical Rain Forest #057F58

Color information

#057F58 (or 0x057F58) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 7F and 58. RGB value is (5,127,88). Sum of RGB (Red+Green+Blue) = 5+127+88=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 127 (50% from 255 or 57.73% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 127 - color contains mainly: green. Hex color #057F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057F58 is #FA80A7. Grayscale: #565656. Windows color (decimal): -16416936 or 5799685. OLE color: 5799685.

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

Color convert

RGB512788-
CMYK0.9600.310.50
HSL160.82º92.42%25.88%-
HSV(B)160.82º96.06%49.8%-
XYZ9.4115.9211.81-
YUV86.08129.0870.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.27%
GREEN value IS 127 (50% from 255) = 57.73%
BLUE value IS 88 (34.77% from 255) = 40%
R=2.27%
G=57.73%
B=40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5127880.9600.310.50160.8292.4225.88
Hex57F586001F32a15c1a
Octal51771301400376224113432
Binary10111111111011000110000001111111001010100001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057f58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,127,88); }

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

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

 a { background-color: rgb(5,127,88); }

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

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

 span { border-color: rgb(5,127,88); }

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