#57AA7C

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

Shades of Ocean Green #57AA7C

Tints of Ocean Green #57AA7C

Color information

#57AA7C (or 0x57AA7C) is unknown color: approx Ocean Green. HEX triplet: 57, AA and 7C. RGB value is (87,170,124). Sum of RGB (Red+Green+Blue) = 87+170+124=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #57AA7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AA7C is #A85583. Grayscale: #8C8C8C. Windows color (decimal): -11031940 or 8170071. OLE color: 8170071.

HSL color Cylindrical-coordinate representation of color #57AA7C: hue angle of 146.75º 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 #57AA7C is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB87170124-
CMYK0.4900.270.33
HSL146.75º32.81%50.39%-
HSV(B)146.75º48.82%66.67%-
XYZ21.9432.2324.13-
YUV139.9411990.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.83%
GREEN value IS 170 (66.80% from 255) = 44.62%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=22.83%
G=44.62%
B=32.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871701240.4900.270.33146.7532.8150.39
Hex57AA7C3101B21932132
Octal12725217461033412234162
Binary101011110101010111110011000101101110000110010011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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