Html Css Color HEX #A1FCCE Magic Mint

📋 copy color: '#A1FCCE'

red 161 ◦ green 252 ◦ blue 206

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

Shades of Magic Mint #A1FCCE

Tints of Magic Mint #A1FCCE

RGB

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

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

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

R = 26.01%
G = 40.71%
B = 33.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#A1FCCE (or 0xA1FCCE) is known color: Magic Mint. HEX triplet: A1, FC and CE. RGB value is (161,252,206). Sum of RGB (Red+Green+Blue) = 161+252+206=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCCE is #5E0331. Grayscale: #DBDBDB. Windows color (decimal): -6161202 or 13565089. OLE color: 13565089.

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

Color convert

RGB 161 252 206 -
CMYK 0.36 0 0.18 0.01
HSL 149.67º 0.94% 0.81% -
HSV(B) 149.67º 0.36% 0.99% -
XYZ 60.65 81.65 70.96 -
YUV 219.55 120.35 86.24 -
System Red Green Blue C M Y K H S L
Decimal 161 252 206 0.36 0 0.18 0.01 149.67 0.94 0.81
Hex A1 FC CE 24 0 12 1 96 5E 51
Octal 241 374 316 44 0 22 1 226 136 121
Binary 10100001 11111100 11001110 100100 0 10010 1 10010110 1011110 1010001

Color Harmonies of #A1FCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FCCE

Black with #A1FCCE

Text Example


Text Example

White with #A1FCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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