#56A073

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

Shades of Ocean Green #56A073

Tints of Ocean Green #56A073

Color information

#56A073 (or 0x56A073) is unknown color: approx Ocean Green. HEX triplet: 56, A0 and 73. RGB value is (86,160,115). Sum of RGB (Red+Green+Blue) = 86+160+115=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 160 - color contains mainly: green. Hex color #56A073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A073 is #A95F8C. Grayscale: #848484. Windows color (decimal): -11100045 or 7577686. OLE color: 7577686.

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

Color convert

RGB86160115-
CMYK0.4600.280.37
HSL143.51º30.08%48.24%-
HSV(B)143.51º46.25%62.75%-
XYZ19.528.3620.67-
YUV132.74117.9894.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 160 (62.89% from 255) = 44.32%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=23.82%
G=44.32%
B=31.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal861601150.4600.280.37143.5130.0848.24
Hex56A0732E01C25901e30
Octal12624016356034452203660
Binary10101101010000011100111011100111001001011001000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,160,115); }

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

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

 a { background-color: rgb(86,160,115); }

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

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

 span { border-color: rgb(86,160,115); }

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