#56A876

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

Shades of Ocean Green #56A876

Tints of Ocean Green #56A876

Color information

#56A876 (or 0x56A876) is unknown color: approx Ocean Green. HEX triplet: 56, A8 and 76. RGB value is (86,168,118). Sum of RGB (Red+Green+Blue) = 86+168+118=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 168 - color contains mainly: green. Hex color #56A876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A876 is #A95789. Grayscale: #898989. Windows color (decimal): -11097994 or 7776342. OLE color: 7776342.

HSL color Cylindrical-coordinate representation of color #56A876: hue angle of 143.41º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56A876 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB86168118-
CMYK0.4900.300.34
HSL143.41º32.28%49.8%-
HSV(B)143.41º48.81%65.88%-
XYZ21.1131.2922.07-
YUV137.78116.8391.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.12%
GREEN value IS 168 (66.02% from 255) = 45.16%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=23.12%
G=45.16%
B=31.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal861681180.4900.300.34143.4132.2849.8
Hex56A8763101E228f2032
Octal12625016661036422174062
Binary101011010101000111011011000101111010001010001111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,168,118); }

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

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

 a { background-color: rgb(86,168,118); }

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

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

 span { border-color: rgb(86,168,118); }

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