#57A27F

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

Shades of Ocean Green #57A27F

Tints of Ocean Green #57A27F

Color information

#57A27F (or 0x57A27F) is unknown color: approx Ocean Green. HEX triplet: 57, A2 and 7F. RGB value is (87,162,127). Sum of RGB (Red+Green+Blue) = 87+162+127=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #57A27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A27F is #A85D80. Grayscale: #878787. Windows color (decimal): -11033985 or 8364631. OLE color: 8364631.

HSL color Cylindrical-coordinate representation of color #57A27F: hue angle of 152º 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 #57A27F is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB87162127-
CMYK0.4600.220.36
HSL152º30.12%48.82%-
HSV(B)152º46.3%63.53%-
XYZ20.6829.424.66-
YUV135.58123.1593.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.14%
GREEN value IS 162 (63.67% from 255) = 43.09%
BLUE value IS 127 (50% from 255) = 33.78%
R=23.14%
G=43.09%
B=33.78%

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
Decimal871621270.4600.220.3615230.1248.82
Hex57A27F2E01624981e31
Octal12724217756026442303661
Binary10101111010001011111111011100101101001001001100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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