Html Css Color HEX #56D5A0 Medium Aquamarine

📋 copy color: '#56D5A0'

red 86 ◦ green 213 ◦ blue 160

#56D5A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #56D5A0

Tints of Medium Aquamarine #56D5A0

RGB

 RED value IS 86 (33.98% from 255) = 18.74%

 GREEN value IS 213 (83.59% from 255) = 46.41%

 BLUE value IS 160 (62.89% from 255) = 34.86%

R = 18.74%
G = 46.41%
B = 34.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#56D5A0 (or 0x56D5A0) is known color: Medium Aquamarine. HEX triplet: 56, D5 and A0. RGB value is (86,213,160). Sum of RGB (Red+Green+Blue) = 86+213+160=459 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.74% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #56D5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D5A0 is #A92A5F. Grayscale: #A9A9A9. Windows color (decimal): -11086432 or 10540374. OLE color: 10540374.

HSL color Cylindrical-coordinate representation of color #56D5A0: hue angle of 154.96º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D5A0 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 213 160 -
CMYK 0.60 0 0.25 0.16
HSL 154.96º 0.6% 0.59% -
HSV(B) 154.96º 0.6% 0.84% -
XYZ 33.98 52.11 41.52 -
YUV 168.99 122.92 68.81 -
System Red Green Blue C M Y K H S L
Decimal 86 213 160 0.60 0 0.25 0.16 154.96 0.6 0.59
Hex 56 D5 A0 3C 0 19 10 9B 3C 3B
Octal 126 325 240 74 0 31 20 233 74 73
Binary 1010110 11010101 10100000 111100 0 11001 10000 10011011 111100 111011

Color Harmonies of #56D5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56D5A0

Black with #56D5A0

Text Example


Text Example

White with #56D5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,213,160); }

 H1.HeaderClassName
 {
   color: #56D5A0;
 }
 .AnyTagClassName
 {
   color: #56D5A0;
 }
</style>

background-color css

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

 a { background-color: rgb(86,213,160); }

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

border-color css

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

 span { border-color: rgb(86,213,160); }

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