#56AA81

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

Shades of Ocean Green #56AA81

Tints of Ocean Green #56AA81

Color information

#56AA81 (or 0x56AA81) is unknown color: approx Ocean Green. HEX triplet: 56, AA and 81. RGB value is (86,170,129). Sum of RGB (Red+Green+Blue) = 86+170+129=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AA81 is #A9557E. Grayscale: #8C8C8C. Windows color (decimal): -11097471 or 8497750. OLE color: 8497750.

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

Color convert

RGB86170129-
CMYK0.4900.240.33
HSL150.71º33.07%50.2%-
HSV(B)150.71º49.41%66.67%-
XYZ22.1732.3125.84-
YUV140.21121.6789.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.34%
GREEN value IS 170 (66.80% from 255) = 44.16%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=22.34%
G=44.16%
B=33.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861701290.4900.240.33150.7133.0750.2
Hex56AA813101821972132
Octal12625220161030412274162
Binary1010110101010101000000111000101100010000110010111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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