#57AA77

Color #57AA77 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #57AA77

Tints of Ocean Green #57AA77

Color information

#57AA77 (or 0x57AA77) is unknown color: approx Ocean Green. HEX triplet: 57, AA and 77. RGB value is (87,170,119). Sum of RGB (Red+Green+Blue) = 87+170+119=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #57AA77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AA77 is #A85588. Grayscale: #8B8B8B. Windows color (decimal): -11031945 or 7842391. OLE color: 7842391.

HSL color Cylindrical-coordinate representation of color #57AA77: hue angle of 143.13º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57AA77 is Cyan = 0.49, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB87170119-
CMYK0.4900.30.33
HSL143.13º32.81%50.39%-
HSV(B)143.13º48.82%66.67%-
XYZ21.6332.1122.51-
YUV139.37116.590.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.14%
GREEN value IS 170 (66.80% from 255) = 45.21%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=23.14%
G=45.21%
B=31.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871701190.4900.30.33143.1332.8150.39
Hex57AA773101E218f2132
Octal12725216761036412174162
Binary101011110101010111011111000101111010000110001111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #57AA77;
 }
 .AnyTagClassName
 {
   color: #57AA77;
 }
</style>
background-color css

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

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

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

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

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

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