Html Css Color HEX #A0E8D1 Magic Mint

📋 copy color: '#A0E8D1'

red 160 ◦ green 232 ◦ blue 209

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

Shades of Magic Mint #A0E8D1

Tints of Magic Mint #A0E8D1

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.6%

 BLUE value IS 209 (82.03% from 255) = 34.78%

R = 26.62%
G = 38.6%
B = 34.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#A0E8D1 (or 0xA0E8D1) is known color: Magic Mint. HEX triplet: A0, E8 and D1. RGB value is (160,232,209). Sum of RGB (Red+Green+Blue) = 160+232+209=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E8D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E8D1 is #5F172E. Grayscale: #CFCFCF. Windows color (decimal): -6231855 or 13756576. OLE color: 13756576.

HSL color Cylindrical-coordinate representation of color #A0E8D1: hue angle of 160.83º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E8D1 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 232 209 -
CMYK 0.31 0 0.10 0.09
HSL 160.83º 0.61% 0.77% -
HSV(B) 160.83º 0.31% 0.91% -
XYZ 54.86 69.79 70.9 -
YUV 207.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 160 232 209 0.31 0 0.10 0.09 160.83 0.61 0.77
Hex A0 E8 D1 1F 0 A 9 A1 3D 4D
Octal 240 350 321 37 0 12 11 241 75 115
Binary 10100000 11101000 11010001 11111 0 1010 1001 10100001 111101 1001101

Color Harmonies of #A0E8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E8D1

Black with #A0E8D1

Text Example


Text Example

White with #A0E8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E8D1; }

 p { color: rgb(160,232,209); }

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

background-color css

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

 a { background-color: rgb(160,232,209); }

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

border-color css

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

 span { border-color: rgb(160,232,209); }

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