Html Css Color HEX #A0FCE2 Magic Mint

📋 copy color: '#A0FCE2'

red 160 ◦ green 252 ◦ blue 226

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

Shades of Magic Mint #A0FCE2

Tints of Magic Mint #A0FCE2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.5%

 BLUE value IS 226 (88.67% from 255) = 35.42%

R = 25.08%
G = 39.5%
B = 35.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#A0FCE2 (or 0xA0FCE2) is known color: Magic Mint. HEX triplet: A0, FC and E2. RGB value is (160,252,226). Sum of RGB (Red+Green+Blue) = 160+252+226=638 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.08% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCE2 is #5F031D. Grayscale: #DDDDDD. Windows color (decimal): -6226718 or 14875808. OLE color: 14875808.

HSL color Cylindrical-coordinate representation of color #A0FCE2: hue angle of 163.04º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCE2 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 252 226 -
CMYK 0.37 0 0.10 0.01
HSL 163.04º 0.94% 0.81% -
HSV(B) 163.04º 0.37% 0.99% -
XYZ 63.04 82.59 84.57 -
YUV 221.53 130.52 84.11 -
System Red Green Blue C M Y K H S L
Decimal 160 252 226 0.37 0 0.10 0.01 163.04 0.94 0.81
Hex A0 FC E2 25 0 A 1 A3 5E 51
Octal 240 374 342 45 0 12 1 243 136 121
Binary 10100000 11111100 11100010 100101 0 1010 1 10100011 1011110 1010001

Color Harmonies of #A0FCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCE2

Black with #A0FCE2

Text Example


Text Example

White with #A0FCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCE2; }

 p { color: rgb(160,252,226); }

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

background-color css

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

 a { background-color: rgb(160,252,226); }

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

border-color css

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

 span { border-color: rgb(160,252,226); }

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