Html Css Color HEX #56EEA0 Medium Aquamarine

📋 copy color: '#56EEA0'

red 86 ◦ green 238 ◦ blue 160

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

Shades of Medium Aquamarine #56EEA0

Tints of Medium Aquamarine #56EEA0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.17%

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

R = 17.77%
G = 49.17%
B = 33.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#56EEA0 (or 0x56EEA0) is known color: Medium Aquamarine. HEX triplet: 56, EE and A0. RGB value is (86,238,160). Sum of RGB (Red+Green+Blue) = 86+238+160=484 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.77% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #56EEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56EEA0 is #A9115F. Grayscale: #B7B7B7. Windows color (decimal): -11080032 or 10546774. OLE color: 10546774.

HSL color Cylindrical-coordinate representation of color #56EEA0: hue angle of 149.21º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EEA0 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 238 160 -
CMYK 0.64 0 0.33 0.07
HSL 149.21º 0.82% 0.64% -
HSV(B) 149.21º 0.64% 0.93% -
XYZ 40.76 65.67 43.78 -
YUV 183.66 114.64 58.34 -
System Red Green Blue C M Y K H S L
Decimal 86 238 160 0.64 0 0.33 0.07 149.21 0.82 0.64
Hex 56 EE A0 40 0 21 7 95 52 40
Octal 126 356 240 100 0 41 7 225 122 100
Binary 1010110 11101110 10100000 1000000 0 100001 111 10010101 1010010 1000000

Color Harmonies of #56EEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EEA0

Black with #56EEA0

Text Example


Text Example

White with #56EEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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