#57AA7B

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

Shades of Ocean Green #57AA7B

Tints of Ocean Green #57AA7B

Color information

#57AA7B (or 0x57AA7B) is unknown color: approx Ocean Green. HEX triplet: 57, AA and 7B. RGB value is (87,170,123). Sum of RGB (Red+Green+Blue) = 87+170+123=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #57AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AA7B is #A85584. Grayscale: #8B8B8B. Windows color (decimal): -11031941 or 8104535. OLE color: 8104535.

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

Color convert

RGB87170123-
CMYK0.4900.280.33
HSL146.02º32.81%50.39%-
HSV(B)146.02º48.82%66.67%-
XYZ21.8832.2123.8-
YUV139.82118.590.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.89%
GREEN value IS 170 (66.80% from 255) = 44.74%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=22.89%
G=44.74%
B=32.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871701230.4900.280.33146.0232.8150.39
Hex57AA7B3101C21922132
Octal12725217361034412224162
Binary101011110101010111101111000101110010000110010010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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