#56A277

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

Shades of Ocean Green #56A277

Tints of Ocean Green #56A277

Color information

#56A277 (or 0x56A277) is unknown color: approx Ocean Green. HEX triplet: 56, A2 and 77. RGB value is (86,162,119). Sum of RGB (Red+Green+Blue) = 86+162+119=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #56A277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A277 is #A95D88. Grayscale: #868686. Windows color (decimal): -11099529 or 7840342. OLE color: 7840342.

HSL color Cylindrical-coordinate representation of color #56A277: hue angle of 146.05º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A277 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB86162119-
CMYK0.4700.270.36
HSL146.05º30.65%48.63%-
HSV(B)146.05º46.91%63.53%-
XYZ20.0929.1522.02-
YUV134.37119.3293.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.43%
GREEN value IS 162 (63.67% from 255) = 44.14%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=23.43%
G=44.14%
B=32.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861621190.4700.270.36146.0530.6548.63
Hex56A2772F01B24921f31
Octal12624216757033442223761
Binary10101101010001011101111011110110111001001001001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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