Html Css Color HEX #A1FDDC Magic Mint

📋 copy color: '#A1FDDC'

red 161 ◦ green 253 ◦ blue 220

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

Shades of Magic Mint #A1FDDC

Tints of Magic Mint #A1FDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.7%

R = 25.39%
G = 39.91%
B = 34.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#A1FDDC (or 0xA1FDDC) is known color: Magic Mint. HEX triplet: A1, FD and DC. RGB value is (161,253,220). Sum of RGB (Red+Green+Blue) = 161+253+220=634 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.39% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FDDC is #5E0223. Grayscale: #DDDDDD. Windows color (decimal): -6160932 or 14482849. OLE color: 14482849.

HSL color Cylindrical-coordinate representation of color #A1FDDC: hue angle of 158.48º 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 #A1FDDC is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 253 220 -
CMYK 0.36 0 0.13 0.01
HSL 158.48º 0.96% 0.81% -
HSV(B) 158.48º 0.36% 0.99% -
XYZ 62.74 82.99 80.42 -
YUV 221.73 127.02 84.68 -
System Red Green Blue C M Y K H S L
Decimal 161 253 220 0.36 0 0.13 0.01 158.48 0.96 0.81
Hex A1 FD DC 24 0 D 1 9E 60 51
Octal 241 375 334 44 0 15 1 236 140 121
Binary 10100001 11111101 11011100 100100 0 1101 1 10011110 1100000 1010001

Color Harmonies of #A1FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FDDC

Black with #A1FDDC

Text Example


Text Example

White with #A1FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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