#56F9B1

Color #56F9B1 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #56F9B1

Tints of Medium Aquamarine #56F9B1

Color information

#56F9B1 (or 0x56F9B1) is unknown color: approx Medium Aquamarine. HEX triplet: 56, F9 and B1. RGB value is (86,249,177). Sum of RGB (Red+Green+Blue) = 86+249+177=512 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.80% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #56F9B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F9B1 is #A9064E. Grayscale: #C0C0C0. Windows color (decimal): -11077199 or 11663702. OLE color: 11663702.

HSL color Cylindrical-coordinate representation of color #56F9B1: hue angle of 153.5º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F9B1 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB86249177-
CMYK0.6500.290.02
HSL153.5º93.14%65.69%-
HSV(B)153.5º65.46%97.65%-
XYZ45.6572.953.26-
YUV192.05119.552.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.80%
GREEN value IS 249 (97.66% from 255) = 48.63%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=16.80%
G=48.63%
B=34.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal862491770.6500.290.02153.593.1465.69
Hex56F9B14101D2995d42
Octal1263712611010352231135102
Binary101011011111001101100011000001011101101001100110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,249,177); }

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

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

 a { background-color: rgb(86,249,177); }

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

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

 span { border-color: rgb(86,249,177); }

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