#56AB6C

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

Shades of Ocean Green #56AB6C

Tints of Ocean Green #56AB6C

Color information

#56AB6C (or 0x56AB6C) is unknown color: approx Ocean Green. HEX triplet: 56, AB and 6C. RGB value is (86,171,108). Sum of RGB (Red+Green+Blue) = 86+171+108=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AB6C is #A95493. Grayscale: #8A8A8A. Windows color (decimal): -11097236 or 7121750. OLE color: 7121750.

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

Color convert

RGB86171108-
CMYK0.5000.370.33
HSL135.53º33.6%50.39%-
HSV(B)135.53º49.71%67.06%-
XYZ21.1132.1919.29-
YUV138.4110.8490.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.56%
GREEN value IS 171 (67.19% from 255) = 46.85%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=23.56%
G=46.85%
B=29.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861711080.5000.370.33135.5333.650.39
Hex56AB6C3202521882232
Octal12625315462045412104262
Binary1010110101010111101100110010010010110000110001000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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