#56AA72

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

Shades of Ocean Green #56AA72

Tints of Ocean Green #56AA72

Color information

#56AA72 (or 0x56AA72) is unknown color: approx Ocean Green. HEX triplet: 56, AA and 72. RGB value is (86,170,114). Sum of RGB (Red+Green+Blue) = 86+170+114=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AA72 is #A9558D. Grayscale: #8A8A8A. Windows color (decimal): -11097486 or 7514710. OLE color: 7514710.

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

Color convert

RGB86170114-
CMYK0.4900.330.33
HSL140º33.07%50.2%-
HSV(B)140º49.41%66.67%-
XYZ21.2531.9420.97-
YUV138.5114.1790.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.24%
GREEN value IS 170 (66.80% from 255) = 45.95%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=23.24%
G=45.95%
B=30.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861701140.4900.330.3314033.0750.2
Hex56AA7231021218c2132
Octal12625216261041412144162
Binary1010110101010101110010110001010000110000110001100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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