#57A16F

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

Shades of Ocean Green #57A16F

Tints of Ocean Green #57A16F

Color information

#57A16F (or 0x57A16F) is unknown color: approx Ocean Green. HEX triplet: 57, A1 and 6F. RGB value is (87,161,111). Sum of RGB (Red+Green+Blue) = 87+161+111=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #57A16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A16F is #A85E90. Grayscale: #858585. Windows color (decimal): -11034257 or 7315799. OLE color: 7315799.

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

Color convert

RGB87161111-
CMYK0.4600.310.37
HSL139.46º29.84%48.63%-
HSV(B)139.46º45.96%63.14%-
XYZ19.5428.6619.54-
YUV133.17115.4895.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.23%
GREEN value IS 161 (63.28% from 255) = 44.85%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=24.23%
G=44.85%
B=30.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal871611110.4600.310.37139.4629.8448.63
Hex57A16F2E01F258b1e31
Octal12724115756037452133661
Binary10101111010000111011111011100111111001011000101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,161,111); }

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

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

 a { background-color: rgb(87,161,111); }

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

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

 span { border-color: rgb(87,161,111); }

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