#A1FDCC

Color #A1FDCC Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #A1FDCC

Tints of Magic Mint #A1FDCC

Color information

#A1FDCC (or 0xA1FDCC) is unknown color: approx Magic Mint. HEX triplet: A1, FD and CC. RGB value is (161,253,204). Sum of RGB (Red+Green+Blue) = 161+253+204=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FDCC is #5E0233. Grayscale: #DCDCDC. Windows color (decimal): -6160948 or 13434273. OLE color: 13434273.

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

Color convert

RGB161253204-
CMYK0.3600.190.01
HSL148.04º95.83%81.18%-
HSV(B)148.04º36.36%99.22%-
XYZ60.7282.1969.79-
YUV219.91119.0285.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.05%
GREEN value IS 253 (99.22% from 255) = 40.94%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=26.05%
G=40.94%
B=33.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612532040.3600.190.01148.0495.8381.18
HexA1FDCC240131946051
Octal241375314440231224140121
Binary10100001111111011100110010010001001111001010011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FDCC; }

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

 H1.HeaderClassName
 {
   color: #A1FDCC;
 }
 .AnyTagClassName
 {
   color: #A1FDCC;
 }
</style>
background-color css

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

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

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

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

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

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