#56B380

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

Shades of Ocean Green #56B380

Tints of Ocean Green #56B380

Color information

#56B380 (or 0x56B380) is unknown color: approx Ocean Green. HEX triplet: 56, B3 and 80. RGB value is (86,179,128). Sum of RGB (Red+Green+Blue) = 86+179+128=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #56B380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B380 is #A94C7F. Grayscale: #919191. Windows color (decimal): -11095168 or 8434518. OLE color: 8434518.

HSL color Cylindrical-coordinate representation of color #56B380: hue angle of 147.1º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B380 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB86179128-
CMYK0.5200.280.30
HSL147.1º37.96%51.96%-
HSV(B)147.1º51.96%70.2%-
XYZ23.8535.7826.07-
YUV145.38118.1985.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.88%
GREEN value IS 179 (70.31% from 255) = 45.55%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=21.88%
G=45.55%
B=32.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal861791280.5200.280.30147.137.9651.96
Hex56B3803401C1E932634
Octal12626320064034362234664
Binary101011010110011100000001101000111001111010010011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,179,128); }

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

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

 a { background-color: rgb(86,179,128); }

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

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

 span { border-color: rgb(86,179,128); }

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