#56B582

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

Shades of Ocean Green #56B582

Tints of Ocean Green #56B582

Color information

#56B582 (or 0x56B582) is unknown color: approx Ocean Green. HEX triplet: 56, B5 and 82. RGB value is (86,181,130). Sum of RGB (Red+Green+Blue) = 86+181+130=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #56B582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B582 is #A94A7D. Grayscale: #929292. Windows color (decimal): -11094654 or 8566102. OLE color: 8566102.

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

Color convert

RGB86181130-
CMYK0.5200.280.29
HSL147.79º39.09%52.35%-
HSV(B)147.79º52.49%70.98%-
XYZ24.3936.6426.91-
YUV146.78118.5384.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.66%
GREEN value IS 181 (71.09% from 255) = 45.59%
BLUE value IS 130 (51.17% from 255) = 32.75%
R=21.66%
G=45.59%
B=32.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861811300.5200.280.29147.7939.0952.35
Hex56B5823401C1D942734
Octal12626520264034352244764
Binary101011010110101100000101101000111001110110010100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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