#56AC79

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

Shades of Ocean Green #56AC79

Tints of Ocean Green #56AC79

Color information

#56AC79 (or 0x56AC79) is unknown color: approx Ocean Green. HEX triplet: 56, AC and 79. RGB value is (86,172,121). Sum of RGB (Red+Green+Blue) = 86+172+121=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #56AC79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AC79 is #A95386. Grayscale: #8C8C8C. Windows color (decimal): -11096967 or 7973974. OLE color: 7973974.

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

Color convert

RGB86172121-
CMYK0.500.300.33
HSL144.42º34.13%50.59%-
HSV(B)144.42º50%67.45%-
XYZ22.0432.8623.27-
YUV140.47117.0189.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.69%
GREEN value IS 172 (67.58% from 255) = 45.38%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=22.69%
G=45.38%
B=31.93%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861721210.500.300.33144.4234.1350.59
Hex56AC793201E21902233
Octal12625417162036412204263
Binary101011010101100111100111001001111010000110010000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,172,121); }

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

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

 a { background-color: rgb(86,172,121); }

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

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

 span { border-color: rgb(86,172,121); }

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