Html Css Color HEX #057D5A Tropical Rain Forest

📋 copy color: '#057D5A'

red 5 ◦ green 125 ◦ blue 90

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

Shades of Tropical Rain Forest #057D5A

Tints of Tropical Rain Forest #057D5A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 56.82%

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

R = 2.27%
G = 56.82%
B = 40.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#057D5A (or 0x057D5A) is known color: Tropical Rain Forest. HEX triplet: 05, 7D and 5A. RGB value is (5,125,90). Sum of RGB (Red+Green+Blue) = 5+125+90=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 125 (49.22% from 255 or 56.82% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 125 - color contains mainly: green. Hex color #057D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057D5A is #FA82A5. Grayscale: #555555. Windows color (decimal): -16417446 or 5930245. OLE color: 5930245.

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

Color convert

RGB 5 125 90 -
CMYK 0.96 0 0.28 0.51
HSL 162.5º 0.92% 0.25% -
HSV(B) 162.5º 0.96% 0.49% -
XYZ 9.24 15.44 12.17 -
YUV 85.13 130.74 70.85 -
System Red Green Blue C M Y K H S L
Decimal 5 125 90 0.96 0 0.28 0.51 162.5 0.92 0.25
Hex 5 7D 5A 60 0 1C 33 A2 5C 19
Octal 5 175 132 140 0 34 63 242 134 31
Binary 101 1111101 1011010 1100000 0 11100 110011 10100010 1011100 11001

Color Harmonies of #057D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057D5A

Black with #057D5A

Text Example


Text Example

White with #057D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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