#57A27E

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

Shades of Ocean Green #57A27E

Tints of Ocean Green #57A27E

Color information

#57A27E (or 0x57A27E) is unknown color: approx Ocean Green. HEX triplet: 57, A2 and 7E. RGB value is (87,162,126). Sum of RGB (Red+Green+Blue) = 87+162+126=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #57A27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A27E is #A85D81. Grayscale: #878787. Windows color (decimal): -11033986 or 8299095. OLE color: 8299095.

HSL color Cylindrical-coordinate representation of color #57A27E: hue angle of 151.2º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A27E is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB87162126-
CMYK0.4600.220.36
HSL151.2º30.12%48.82%-
HSV(B)151.2º46.3%63.53%-
XYZ20.6229.3724.32-
YUV135.47122.6593.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 162 (63.67% from 255) = 43.2%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=23.2%
G=43.2%
B=33.6%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal871621260.4600.220.36151.230.1248.82
Hex57A27E2E01624971e31
Octal12724217656026442273661
Binary10101111010001011111101011100101101001001001011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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