Html Css Color HEX #A0EDC5 Magic Mint

📋 copy color: '#A0EDC5'

red 160 ◦ green 237 ◦ blue 197

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

Shades of Magic Mint #A0EDC5

Tints of Magic Mint #A0EDC5

RGB

 RED value IS 160 (62.89% from 255) = 26.94%

 GREEN value IS 237 (92.97% from 255) = 39.9%

 BLUE value IS 197 (77.34% from 255) = 33.16%

R = 26.94%
G = 39.9%
B = 33.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#A0EDC5 (or 0xA0EDC5) is known color: Magic Mint. HEX triplet: A0, ED and C5. RGB value is (160,237,197). Sum of RGB (Red+Green+Blue) = 160+237+197=594 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.94% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #A0EDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EDC5 is #5F123A. Grayscale: #D1D1D1. Windows color (decimal): -6230587 or 12971424. OLE color: 12971424.

HSL color Cylindrical-coordinate representation of color #A0EDC5: hue angle of 148.83º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EDC5 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 237 197 -
CMYK 0.32 0 0.17 0.07
HSL 148.83º 0.68% 0.78% -
HSV(B) 148.83º 0.32% 0.93% -
XYZ 54.86 72.07 63.84 -
YUV 209.42 120.99 92.75 -
System Red Green Blue C M Y K H S L
Decimal 160 237 197 0.32 0 0.17 0.07 148.83 0.68 0.78
Hex A0 ED C5 20 0 11 7 95 44 4E
Octal 240 355 305 40 0 21 7 225 104 116
Binary 10100000 11101101 11000101 100000 0 10001 111 10010101 1000100 1001110

Color Harmonies of #A0EDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EDC5

Black with #A0EDC5

Text Example


Text Example

White with #A0EDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EDC5; }

 p { color: rgb(160,237,197); }

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

background-color css

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

 a { background-color: rgb(160,237,197); }

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

border-color css

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

 span { border-color: rgb(160,237,197); }

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