Html Css Color HEX #A0EAC9 Magic Mint

📋 copy color: '#A0EAC9'

red 160 ◦ green 234 ◦ blue 201

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

Shades of Magic Mint #A0EAC9

Tints of Magic Mint #A0EAC9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.33%

 BLUE value IS 201 (78.91% from 255) = 33.78%

R = 26.89%
G = 39.33%
B = 33.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#A0EAC9 (or 0xA0EAC9) is known color: Magic Mint. HEX triplet: A0, EA and C9. RGB value is (160,234,201). Sum of RGB (Red+Green+Blue) = 160+234+201=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EAC9 is #5F1536. Grayscale: #D0D0D0. Windows color (decimal): -6231351 or 13232800. OLE color: 13232800.

HSL color Cylindrical-coordinate representation of color #A0EAC9: hue angle of 153.24º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EAC9 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 234 201 -
CMYK 0.32 0 0.14 0.08
HSL 153.24º 0.64% 0.77% -
HSV(B) 153.24º 0.32% 0.92% -
XYZ 54.46 70.54 66 -
YUV 208.11 123.98 93.68 -
System Red Green Blue C M Y K H S L
Decimal 160 234 201 0.32 0 0.14 0.08 153.24 0.64 0.77
Hex A0 EA C9 20 0 E 8 99 40 4D
Octal 240 352 311 40 0 16 10 231 100 115
Binary 10100000 11101010 11001001 100000 0 1110 1000 10011001 1000000 1001101

Color Harmonies of #A0EAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EAC9

Black with #A0EAC9

Text Example


Text Example

White with #A0EAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EAC9; }

 p { color: rgb(160,234,201); }

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

background-color css

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

 a { background-color: rgb(160,234,201); }

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

border-color css

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

 span { border-color: rgb(160,234,201); }

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