#56A677

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

Shades of Ocean Green #56A677

Tints of Ocean Green #56A677

Color information

#56A677 (or 0x56A677) is unknown color: approx Ocean Green. HEX triplet: 56, A6 and 77. RGB value is (86,166,119). Sum of RGB (Red+Green+Blue) = 86+166+119=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #56A677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A677 is #A95988. Grayscale: #888888. Windows color (decimal): -11098505 or 7841366. OLE color: 7841366.

HSL color Cylindrical-coordinate representation of color #56A677: hue angle of 144.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A677 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB86166119-
CMYK0.4800.280.35
HSL144.75º31.75%49.41%-
HSV(B)144.75º48.19%65.1%-
XYZ20.830.5822.26-
YUV136.7211891.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.18%
GREEN value IS 166 (65.23% from 255) = 44.74%
BLUE value IS 119 (46.88% from 255) = 32.08%
R=23.18%
G=44.74%
B=32.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861661190.4800.280.35144.7531.7549.41
Hex56A6773001C23912031
Octal12624616760034432214061
Binary101011010100110111011111000001110010001110010001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,166,119); }

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

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

 a { background-color: rgb(86,166,119); }

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

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

 span { border-color: rgb(86,166,119); }

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