#56A871

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

Shades of Ocean Green #56A871

Tints of Ocean Green #56A871

Color information

#56A871 (or 0x56A871) is unknown color: approx Ocean Green. HEX triplet: 56, A8 and 71. RGB value is (86,168,113). Sum of RGB (Red+Green+Blue) = 86+168+113=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 168 - color contains mainly: green. Hex color #56A871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A871 is #A9578E. Grayscale: #898989. Windows color (decimal): -11097999 or 7448662. OLE color: 7448662.

HSL color Cylindrical-coordinate representation of color #56A871: hue angle of 139.76º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56A871 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB86168113-
CMYK0.4900.330.34
HSL139.76º32.28%49.8%-
HSV(B)139.76º48.81%65.88%-
XYZ20.8231.1820.54-
YUV137.21114.3391.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.43%
GREEN value IS 168 (66.02% from 255) = 45.78%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=23.43%
G=45.78%
B=30.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal861681130.4900.330.34139.7632.2849.8
Hex56A87131021228c2032
Octal12625016161041422144062
Binary1010110101010001110001110001010000110001010001100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A871; }

 p { color: rgb(86,168,113); }

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

<style>
 a { background-color: #56A871; }

 a { background-color: rgb(86,168,113); }

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

<style>
 span { border-color: #56A871; }

 span { border-color: rgb(86,168,113); }

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