Html Css Color HEX #A1FCCB Magic Mint

📋 copy color: '#A1FCCB'

red 161 ◦ green 252 ◦ blue 203

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

Shades of Magic Mint #A1FCCB

Tints of Magic Mint #A1FCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.95%

R = 26.14%
G = 40.91%
B = 32.95%

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

#A1FCCB (or 0xA1FCCB) is known color: Magic Mint. HEX triplet: A1, FC and CB. RGB value is (161,252,203). Sum of RGB (Red+Green+Blue) = 161+252+203=616 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.14% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCCB is #5E0334. Grayscale: #DBDBDB. Windows color (decimal): -6161205 or 13368481. OLE color: 13368481.

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

Color convert

RGB 161 252 203 -
CMYK 0.36 0 0.19 0.01
HSL 147.69º 0.94% 0.81% -
HSV(B) 147.69º 0.36% 0.99% -
XYZ 60.29 81.51 69.06 -
YUV 219.21 118.85 86.48 -
System Red Green Blue C M Y K H S L
Decimal 161 252 203 0.36 0 0.19 0.01 147.69 0.94 0.81
Hex A1 FC CB 24 0 13 1 94 5E 51
Octal 241 374 313 44 0 23 1 224 136 121
Binary 10100001 11111100 11001011 100100 0 10011 1 10010100 1011110 1010001

Color Harmonies of #A1FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FCCB

Black with #A1FCCB

Text Example


Text Example

White with #A1FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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