Html Css Color HEX #057F60 Tropical Rain Forest

📋 copy color: '#057F60'

red 5 ◦ green 127 ◦ blue 96

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

Shades of Tropical Rain Forest #057F60

Tints of Tropical Rain Forest #057F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 2.19%
G = 55.7%
B = 42.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#057F60 (or 0x057F60) is known color: Tropical Rain Forest. HEX triplet: 05, 7F and 60. RGB value is (5,127,96). Sum of RGB (Red+Green+Blue) = 5+127+96=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 127 (50% from 255 or 55.70% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 127 - color contains mainly: green. Hex color #057F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057F60 is #FA809F. Grayscale: #565656. Windows color (decimal): -16416928 or 6323973. OLE color: 6323973.

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

Color convert

RGB 5 127 96 -
CMYK 0.96 0 0.24 0.50
HSL 164.75º 0.92% 0.26% -
HSV(B) 164.75º 0.96% 0.5% -
XYZ 9.76 16.06 13.65 -
YUV 86.99 133.08 69.52 -
System Red Green Blue C M Y K H S L
Decimal 5 127 96 0.96 0 0.24 0.50 164.75 0.92 0.26
Hex 5 7F 60 60 0 18 32 A5 5C 1A
Octal 5 177 140 140 0 30 62 245 134 32
Binary 101 1111111 1100000 1100000 0 11000 110010 10100101 1011100 11010

Color Harmonies of #057F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F60

Black with #057F60

Text Example


Text Example

White with #057F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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