Html Css Color HEX #A1FFCC Magic Mint

📋 copy color: '#A1FFCC'

red 161 ◦ green 255 ◦ blue 204

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

Shades of Magic Mint #A1FFCC

Tints of Magic Mint #A1FFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 41.13%

 BLUE value IS 204 (80.08% from 255) = 32.9%

R = 25.97%
G = 41.13%
B = 32.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#A1FFCC (or 0xA1FFCC) is known color: Magic Mint. HEX triplet: A1, FF and CC. RGB value is (161,255,204). Sum of RGB (Red+Green+Blue) = 161+255+204=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFCC is #5E0033. Grayscale: #DDDDDD. Windows color (decimal): -6160436 or 13434785. OLE color: 13434785.

HSL color Cylindrical-coordinate representation of color #A1FFCC: hue angle of 147.45º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFCC is Cyan = 0.37, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 161 255 204 -
CMYK 0.37 0 0.2 0
HSL 147.45º 1% 0.82% -
HSV(B) 147.45º 0.37% 1% -
XYZ 61.36 83.46 70 -
YUV 221.08 118.36 85.15 -
System Red Green Blue C M Y K H S L
Decimal 161 255 204 0.37 0 0.2 0 147.45 1 0.82
Hex A1 FF CC 25 0 14 0 93 64 52
Octal 241 377 314 45 0 24 0 223 144 122
Binary 10100001 11111111 11001100 100101 0 10100 0 10010011 1100100 1010010

Color Harmonies of #A1FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FFCC

Black with #A1FFCC

Text Example


Text Example

White with #A1FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FFCC; }

 p { color: rgb(161,255,204); }

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

background-color css

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

 a { background-color: rgb(161,255,204); }

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

border-color css

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

 span { border-color: rgb(161,255,204); }

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