Html Css Color HEX #A0EEC2 Magic Mint

📋 copy color: '#A0EEC2'

red 160 ◦ green 238 ◦ blue 194

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

Shades of Magic Mint #A0EEC2

Tints of Magic Mint #A0EEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.77%

R = 27.03%
G = 40.2%
B = 32.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#A0EEC2 (or 0xA0EEC2) is known color: Magic Mint. HEX triplet: A0, EE and C2. RGB value is (160,238,194). Sum of RGB (Red+Green+Blue) = 160+238+194=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEC2 is #5F113D. Grayscale: #D1D1D1. Windows color (decimal): -6230334 or 12775072. OLE color: 12775072.

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

Color convert

RGB 160 238 194 -
CMYK 0.33 0 0.18 0.07
HSL 146.15º 0.7% 0.78% -
HSV(B) 146.15º 0.33% 0.93% -
XYZ 54.81 72.52 62.15 -
YUV 209.66 119.16 92.58 -
System Red Green Blue C M Y K H S L
Decimal 160 238 194 0.33 0 0.18 0.07 146.15 0.7 0.78
Hex A0 EE C2 21 0 12 7 92 46 4E
Octal 240 356 302 41 0 22 7 222 106 116
Binary 10100000 11101110 11000010 100001 0 10010 111 10010010 1000110 1001110

Color Harmonies of #A0EEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EEC2

Black with #A0EEC2

Text Example


Text Example

White with #A0EEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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