Html Css Color HEX #057E5A Tropical Rain Forest

📋 copy color: '#057E5A'

red 5 ◦ green 126 ◦ blue 90

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

Shades of Tropical Rain Forest #057E5A

Tints of Tropical Rain Forest #057E5A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 57.01%

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

R = 2.26%
G = 57.01%
B = 40.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#057E5A (or 0x057E5A) is known color: Tropical Rain Forest. HEX triplet: 05, 7E and 5A. RGB value is (5,126,90). Sum of RGB (Red+Green+Blue) = 5+126+90=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 126 (49.61% from 255 or 57.01% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 126 - color contains mainly: green. Hex color #057E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057E5A is #FA81A5. Grayscale: #555555. Windows color (decimal): -16417190 or 5930501. OLE color: 5930501.

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

Color convert

RGB 5 126 90 -
CMYK 0.96 0 0.29 0.51
HSL 162.15º 0.92% 0.26% -
HSV(B) 162.15º 0.96% 0.49% -
XYZ 9.37 15.69 12.21 -
YUV 85.72 130.41 70.43 -
System Red Green Blue C M Y K H S L
Decimal 5 126 90 0.96 0 0.29 0.51 162.15 0.92 0.26
Hex 5 7E 5A 60 0 1D 33 A2 5C 1A
Octal 5 176 132 140 0 35 63 242 134 32
Binary 101 1111110 1011010 1100000 0 11101 110011 10100010 1011100 11010

Color Harmonies of #057E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057E5A

Black with #057E5A

Text Example


Text Example

White with #057E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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