Html Css Color HEX #56DEA0 Medium Aquamarine

📋 copy color: '#56DEA0'

red 86 ◦ green 222 ◦ blue 160

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

Shades of Medium Aquamarine #56DEA0

Tints of Medium Aquamarine #56DEA0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.44%

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

R = 18.38%
G = 47.44%
B = 34.19%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#56DEA0 (or 0x56DEA0) is known color: Medium Aquamarine. HEX triplet: 56, DE and A0. RGB value is (86,222,160). Sum of RGB (Red+Green+Blue) = 86+222+160=468 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.38% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #56DEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56DEA0 is #A9215F. Grayscale: #AEAEAE. Windows color (decimal): -11084128 or 10542678. OLE color: 10542678.

HSL color Cylindrical-coordinate representation of color #56DEA0: hue angle of 152.65º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DEA0 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 222 160 -
CMYK 0.61 0 0.28 0.13
HSL 152.65º 0.67% 0.6% -
HSV(B) 152.65º 0.61% 0.87% -
XYZ 36.3 56.76 42.3 -
YUV 174.27 119.94 65.04 -
System Red Green Blue C M Y K H S L
Decimal 86 222 160 0.61 0 0.28 0.13 152.65 0.67 0.6
Hex 56 DE A0 3D 0 1C D 99 43 3C
Octal 126 336 240 75 0 34 15 231 103 74
Binary 1010110 11011110 10100000 111101 0 11100 1101 10011001 1000011 111100

Color Harmonies of #56DEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DEA0

Black with #56DEA0

Text Example


Text Example

White with #56DEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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