#57AD7E

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

Shades of Ocean Green #57AD7E

Tints of Ocean Green #57AD7E

Color information

#57AD7E (or 0x57AD7E) is unknown color: approx Ocean Green. HEX triplet: 57, AD and 7E. RGB value is (87,173,126). Sum of RGB (Red+Green+Blue) = 87+173+126=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #57AD7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AD7E is #A85281. Grayscale: #8E8E8E. Windows color (decimal): -11031170 or 8301911. OLE color: 8301911.

HSL color Cylindrical-coordinate representation of color #57AD7E: hue angle of 147.21º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AD7E is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB87173126-
CMYK0.5000.270.32
HSL147.21º34.4%50.98%-
HSV(B)147.21º49.71%67.84%-
XYZ22.6433.4225-
YUV141.93119.0188.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.54%
GREEN value IS 173 (67.97% from 255) = 44.82%
BLUE value IS 126 (49.61% from 255) = 32.64%
R=22.54%
G=44.82%
B=32.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871731260.5000.270.32147.2134.450.98
Hex57AD7E3201B20932233
Octal12725517662033402234263
Binary101011110101101111111011001001101110000010010011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,173,126); }

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

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

 a { background-color: rgb(87,173,126); }

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

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

 span { border-color: rgb(87,173,126); }

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