#56AB79

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

Shades of Ocean Green #56AB79

Tints of Ocean Green #56AB79

Color information

#56AB79 (or 0x56AB79) is unknown color: approx Ocean Green. HEX triplet: 56, AB and 79. RGB value is (86,171,121). Sum of RGB (Red+Green+Blue) = 86+171+121=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AB79 is #A95486. Grayscale: #8C8C8C. Windows color (decimal): -11097223 or 7973718. OLE color: 7973718.

HSL color Cylindrical-coordinate representation of color #56AB79: hue angle of 144.71º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56AB79 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB86171121-
CMYK0.5000.290.33
HSL144.71º33.6%50.39%-
HSV(B)144.71º49.71%67.06%-
XYZ21.8532.4823.21-
YUV139.88117.3489.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.75%
GREEN value IS 171 (67.19% from 255) = 45.24%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=22.75%
G=45.24%
B=32.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861711210.5000.290.33144.7133.650.39
Hex56AB793201D21912232
Octal12625317162035412214262
Binary101011010101011111100111001001110110000110010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,171,121); }

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

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

 a { background-color: rgb(86,171,121); }

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

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

 span { border-color: rgb(86,171,121); }

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