#56AA6E

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

Shades of Ocean Green #56AA6E

Tints of Ocean Green #56AA6E

Color information

#56AA6E (or 0x56AA6E) is unknown color: approx Ocean Green. HEX triplet: 56, AA and 6E. RGB value is (86,170,110). Sum of RGB (Red+Green+Blue) = 86+170+110=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AA6E is #A95591. Grayscale: #8A8A8A. Windows color (decimal): -11097490 or 7252566. OLE color: 7252566.

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

Color convert

RGB86170110-
CMYK0.4900.350.33
HSL137.14º33.07%50.2%-
HSV(B)137.14º49.41%66.67%-
XYZ21.0331.8519.79-
YUV138.04112.1790.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.50%
GREEN value IS 170 (66.80% from 255) = 46.45%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=23.50%
G=46.45%
B=30.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861701100.4900.350.33137.1433.0750.2
Hex56AA6E3102321892132
Octal12625215661043412114162
Binary1010110101010101101110110001010001110000110001001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,170,110); }

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

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

 a { background-color: rgb(86,170,110); }

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

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

 span { border-color: rgb(86,170,110); }

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