#56A17C

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

Shades of Ocean Green #56A17C

Tints of Ocean Green #56A17C

Color information

#56A17C (or 0x56A17C) is unknown color: approx Ocean Green. HEX triplet: 56, A1 and 7C. RGB value is (86,161,124). Sum of RGB (Red+Green+Blue) = 86+161+124=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #56A17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A17C is #A95E83. Grayscale: #868686. Windows color (decimal): -11099780 or 8167766. OLE color: 8167766.

HSL color Cylindrical-coordinate representation of color #56A17C: hue angle of 150.4º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A17C is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB86161124-
CMYK0.4700.230.37
HSL150.4º30.36%48.43%-
HSV(B)150.4º46.58%63.14%-
XYZ20.2228.9223.59-
YUV134.36122.1593.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.18%
GREEN value IS 161 (63.28% from 255) = 43.40%
BLUE value IS 124 (48.83% from 255) = 33.42%
R=23.18%
G=43.40%
B=33.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal861611240.4700.230.37150.430.3648.43
Hex56A17C2F01725961e30
Octal12624117457027452263660
Binary10101101010000111111001011110101111001011001011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,161,124); }

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

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

 a { background-color: rgb(86,161,124); }

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

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

 span { border-color: rgb(86,161,124); }

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