#56A072

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

Shades of Ocean Green #56A072

Tints of Ocean Green #56A072

Color information

#56A072 (or 0x56A072) is unknown color: approx Ocean Green. HEX triplet: 56, A0 and 72. RGB value is (86,160,114). Sum of RGB (Red+Green+Blue) = 86+160+114=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 160 - color contains mainly: green. Hex color #56A072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A072 is #A95F8D. Grayscale: #848484. Windows color (decimal): -11100046 or 7512150. OLE color: 7512150.

HSL color Cylindrical-coordinate representation of color #56A072: hue angle of 142.7º 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 #56A072 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB86160114-
CMYK0.4600.290.37
HSL142.7º30.08%48.24%-
HSV(B)142.7º46.25%62.75%-
XYZ19.4528.3320.36-
YUV132.63117.4894.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 160 (62.89% from 255) = 44.44%
BLUE value IS 114 (44.92% from 255) = 31.67%
R=23.89%
G=44.44%
B=31.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal861601140.4600.290.37142.730.0848.24
Hex56A0722E01D258f1e30
Octal12624016256035452173660
Binary10101101010000011100101011100111011001011000111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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