#56B57A

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

Shades of Ocean Green #56B57A

Tints of Ocean Green #56B57A

Color information

#56B57A (or 0x56B57A) is unknown color: approx Ocean Green. HEX triplet: 56, B5 and 7A. RGB value is (86,181,122). Sum of RGB (Red+Green+Blue) = 86+181+122=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 181 - color contains mainly: green. Hex color #56B57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B57A is #A94A85. Grayscale: #929292. Windows color (decimal): -11094662 or 8041814. OLE color: 8041814.

HSL color Cylindrical-coordinate representation of color #56B57A: hue angle of 142.74º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B57A is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB86181122-
CMYK0.5200.330.29
HSL142.74º39.09%52.35%-
HSV(B)142.74º52.49%70.98%-
XYZ23.8736.4324.19-
YUV145.87114.5385.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.11%
GREEN value IS 181 (71.09% from 255) = 46.53%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=22.11%
G=46.53%
B=31.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861811220.5200.330.29142.7439.0952.35
Hex56B57A340211D8f2734
Octal12626517264041352174764
Binary101011010110101111101011010001000011110110001111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,181,122); }

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

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

 a { background-color: rgb(86,181,122); }

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

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

 span { border-color: rgb(86,181,122); }

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