Html Css Color HEX #A1FDE2 Magic Mint

📋 copy color: '#A1FDE2'

red 161 ◦ green 253 ◦ blue 226

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

Shades of Magic Mint #A1FDE2

Tints of Magic Mint #A1FDE2

RGB

 RED value IS 161 (63.28% from 255) = 25.16%

 GREEN value IS 253 (99.22% from 255) = 39.53%

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

R = 25.16%
G = 39.53%
B = 35.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#A1FDE2 (or 0xA1FDE2) is known color: Magic Mint. HEX triplet: A1, FD and E2. RGB value is (161,253,226). Sum of RGB (Red+Green+Blue) = 161+253+226=640 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.16% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FDE2 is #5E021D. Grayscale: #DEDEDE. Windows color (decimal): -6160926 or 14876065. OLE color: 14876065.

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

Color convert

RGB 161 253 226 -
CMYK 0.36 0 0.11 0.01
HSL 162.39º 0.96% 0.81% -
HSV(B) 162.39º 0.36% 0.99% -
XYZ 63.55 83.32 84.68 -
YUV 222.41 130.02 84.2 -
System Red Green Blue C M Y K H S L
Decimal 161 253 226 0.36 0 0.11 0.01 162.39 0.96 0.81
Hex A1 FD E2 24 0 B 1 A2 60 51
Octal 241 375 342 44 0 13 1 242 140 121
Binary 10100001 11111101 11100010 100100 0 1011 1 10100010 1100000 1010001

Color Harmonies of #A1FDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FDE2

Black with #A1FDE2

Text Example


Text Example

White with #A1FDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FDE2; }

 p { color: rgb(161,253,226); }

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

background-color css

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

 a { background-color: rgb(161,253,226); }

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

border-color css

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

 span { border-color: rgb(161,253,226); }

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