Html Css Color HEX #057F5A Tropical Rain Forest

📋 copy color: '#057F5A'

red 5 ◦ green 127 ◦ blue 90

#057F5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #057F5A

Tints of Tropical Rain Forest #057F5A

RGB

 RED value IS 5 (2.34% from 255) = 2.25%

 GREEN value IS 127 (50% from 255) = 57.21%

 BLUE value IS 90 (35.55% from 255) = 40.54%

R = 2.25%
G = 57.21%
B = 40.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#057F5A (or 0x057F5A) is known color: Tropical Rain Forest. HEX triplet: 05, 7F and 5A. RGB value is (5,127,90). Sum of RGB (Red+Green+Blue) = 5+127+90=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 127 (50% from 255 or 57.21% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 127 - color contains mainly: green. Hex color #057F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057F5A is #FA80A5. Grayscale: #565656. Windows color (decimal): -16416934 or 5930757. OLE color: 5930757.

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

Color convert

RGB 5 127 90 -
CMYK 0.96 0 0.29 0.50
HSL 161.8º 0.92% 0.26% -
HSV(B) 161.8º 0.96% 0.5% -
XYZ 9.5 15.95 12.25 -
YUV 86.3 130.08 70.01 -
System Red Green Blue C M Y K H S L
Decimal 5 127 90 0.96 0 0.29 0.50 161.8 0.92 0.26
Hex 5 7F 5A 60 0 1D 32 A2 5C 1A
Octal 5 177 132 140 0 35 62 242 134 32
Binary 101 1111111 1011010 1100000 0 11101 110010 10100010 1011100 11010

Color Harmonies of #057F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F5A

Black with #057F5A

Text Example


Text Example

White with #057F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #057F5A;
 }
 .AnyTagClassName
 {
   color: #057F5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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