Html Css Color HEX #56CEA0 Medium Aquamarine

📋 copy color: '#56CEA0'

red 86 ◦ green 206 ◦ blue 160

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

Shades of Medium Aquamarine #56CEA0

Tints of Medium Aquamarine #56CEA0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.58%

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

R = 19.03%
G = 45.58%
B = 35.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#56CEA0 (or 0x56CEA0) is known color: Medium Aquamarine. HEX triplet: 56, CE and A0. RGB value is (86,206,160). Sum of RGB (Red+Green+Blue) = 86+206+160=452 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.03% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #56CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CEA0 is #A9315F. Grayscale: #A4A4A4. Windows color (decimal): -11088224 or 10538582. OLE color: 10538582.

HSL color Cylindrical-coordinate representation of color #56CEA0: hue angle of 157º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CEA0 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 206 160 -
CMYK 0.58 0 0.22 0.19
HSL 157º 0.55% 0.57% -
HSV(B) 157º 0.58% 0.81% -
XYZ 32.25 48.66 40.95 -
YUV 164.88 125.24 71.74 -
System Red Green Blue C M Y K H S L
Decimal 86 206 160 0.58 0 0.22 0.19 157 0.55 0.57
Hex 56 CE A0 3A 0 16 13 9D 37 39
Octal 126 316 240 72 0 26 23 235 67 71
Binary 1010110 11001110 10100000 111010 0 10110 10011 10011101 110111 111001

Color Harmonies of #56CEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CEA0

Black with #56CEA0

Text Example


Text Example

White with #56CEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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