Html Css Color HEX #057758 Tropical Rain Forest

📋 copy color: '#057758'

red 5 ◦ green 119 ◦ blue 88

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

Shades of Tropical Rain Forest #057758

Tints of Tropical Rain Forest #057758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 56.13%

 BLUE value IS 88 (34.77% from 255) = 41.51%

R = 2.36%
G = 56.13%
B = 41.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#057758 (or 0x057758) is known color: Tropical Rain Forest. HEX triplet: 05, 77 and 58. RGB value is (5,119,88). Sum of RGB (Red+Green+Blue) = 5+119+88=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #057758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057758 is #FA88A7. Grayscale: #515151. Windows color (decimal): -16418984 or 5797637. OLE color: 5797637.

HSL color Cylindrical-coordinate representation of color #057758: hue angle of 163.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057758 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 119 88 -
CMYK 0.96 0 0.26 0.53
HSL 163.68º 0.92% 0.24% -
HSV(B) 163.68º 0.96% 0.47% -
XYZ 8.42 13.93 11.48 -
YUV 81.38 131.73 73.52 -
System Red Green Blue C M Y K H S L
Decimal 5 119 88 0.96 0 0.26 0.53 163.68 0.92 0.24
Hex 5 77 58 60 0 1A 35 A4 5C 18
Octal 5 167 130 140 0 32 65 244 134 30
Binary 101 1110111 1011000 1100000 0 11010 110101 10100100 1011100 11000

Color Harmonies of #057758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057758

Black with #057758

Text Example


Text Example

White with #057758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057758; }

 p { color: rgb(5,119,88); }

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

background-color css

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

 a { background-color: rgb(5,119,88); }

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

border-color css

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

 span { border-color: rgb(5,119,88); }

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