Html Css Color HEX #A1FDCE Magic Mint

📋 copy color: '#A1FDCE'

red 161 ◦ green 253 ◦ blue 206

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

Shades of Magic Mint #A1FDCE

Tints of Magic Mint #A1FDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.23%

R = 25.97%
G = 40.81%
B = 33.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#A1FDCE (or 0xA1FDCE) is known color: Magic Mint. HEX triplet: A1, FD and CE. RGB value is (161,253,206). Sum of RGB (Red+Green+Blue) = 161+253+206=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FDCE is #5E0231. Grayscale: #DCDCDC. Windows color (decimal): -6160946 or 13565345. OLE color: 13565345.

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

Color convert

RGB 161 253 206 -
CMYK 0.36 0 0.19 0.01
HSL 149.35º 0.96% 0.81% -
HSV(B) 149.35º 0.36% 0.99% -
XYZ 60.96 82.28 71.06 -
YUV 220.13 120.02 85.82 -
System Red Green Blue C M Y K H S L
Decimal 161 253 206 0.36 0 0.19 0.01 149.35 0.96 0.81
Hex A1 FD CE 24 0 13 1 95 60 51
Octal 241 375 316 44 0 23 1 225 140 121
Binary 10100001 11111101 11001110 100100 0 10011 1 10010101 1100000 1010001

Color Harmonies of #A1FDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FDCE

Black with #A1FDCE

Text Example


Text Example

White with #A1FDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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