Html Css Color HEX #57A077 Ocean Green

📋 copy color: '#57A077'

red 87 ◦ green 160 ◦ blue 119

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

Shades of Ocean Green #57A077

Tints of Ocean Green #57A077

RGB

 RED value IS 87 (34.38% from 255) = 23.77%

 GREEN value IS 160 (62.89% from 255) = 43.72%

 BLUE value IS 119 (46.88% from 255) = 32.51%

R = 23.77%
G = 43.72%
B = 32.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#57A077 (or 0x57A077) is known color: Ocean Green. HEX triplet: 57, A0 and 77. RGB value is (87,160,119). Sum of RGB (Red+Green+Blue) = 87+160+119=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #57A077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A077 is #A85F88. Grayscale: #858585. Windows color (decimal): -11034505 or 7839831. OLE color: 7839831.

HSL color Cylindrical-coordinate representation of color #57A077: hue angle of 146.3º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A077 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 87 160 119 -
CMYK 0.46 0 0.26 0.37
HSL 146.3º 0.3% 0.48% -
HSV(B) 146.3º 0.46% 0.63% -
XYZ 19.83 28.5 21.91 -
YUV 133.5 119.82 94.83 -
System Red Green Blue C M Y K H S L
Decimal 87 160 119 0.46 0 0.26 0.37 146.3 0.3 0.48
Hex 57 A0 77 2E 0 1A 25 92 1E 30
Octal 127 240 167 56 0 32 45 222 36 60
Binary 1010111 10100000 1110111 101110 0 11010 100101 10010010 11110 110000

Color Harmonies of #57A077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A077

Black with #57A077

Text Example


Text Example

White with #57A077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57A077; }

 p { color: rgb(87,160,119); }

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

background-color css

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

 a { background-color: rgb(87,160,119); }

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

border-color css

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

 span { border-color: rgb(87,160,119); }

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