#057f63

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

Shades of Tropical Rain Forest #057F63

Tints of Tropical Rain Forest #057F63

Color information

#057F63 (or 0x057F63) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 7F and 63. RGB value is (5,127,99). Sum of RGB (Red+Green+Blue) = 5+127+99=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 127 (50% from 255 or 54.98% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 127 - color contains mainly: green. Hex color #057F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057F63 is #FA809C. Grayscale: #575757. Windows color (decimal): -16416925 or 6520581. OLE color: 6520581.

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

Color convert

RGB512799-
CMYK0.9600.220.50
HSL166.23º92.42%25.88%-
HSV(B)166.23º96.06%49.8%-
XYZ9.916.1114.39-
YUV87.33134.5869.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.16%
GREEN value IS 127 (50% from 255) = 54.98%
BLUE value IS 99 (39.06% from 255) = 42.86%
R=2.16%
G=54.98%
B=42.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5127990.9600.220.50166.2392.4225.88
Hex57F636001632a65c1a
Octal51771431400266224613432
Binary10111111111100011110000001011011001010100110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057f63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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