#A1F3CD

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

Shades of Magic Mint #A1F3CD

Tints of Magic Mint #A1F3CD

Color information

#A1F3CD (or 0xA1F3CD) is unknown color: approx Magic Mint. HEX triplet: A1, F3 and CD. RGB value is (161,243,205). Sum of RGB (Red+Green+Blue) = 161+243+205=609 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.44% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F3CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F3CD is #5E0C32. Grayscale: #D6D6D6. Windows color (decimal): -6163507 or 13497249. OLE color: 13497249.

HSL color Cylindrical-coordinate representation of color #A1F3CD: hue angle of 152.2º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1F3CD is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB161243205-
CMYK0.3400.160.05
HSL152.2º77.36%79.22%-
HSV(B)152.2º33.74%95.29%-
XYZ57.7776.0969.4-
YUV214.15122.8390.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.44%
GREEN value IS 243 (95.31% from 255) = 39.90%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=26.44%
G=39.90%
B=33.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612432050.3400.160.05152.277.3679.22
HexA1F3CD220105984d4f
Octal241363315420205230115117
Binary1010000111110011110011011000100100001011001100010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F3CD; }

 p { color: rgb(161,243,205); }

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

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

 a { background-color: rgb(161,243,205); }

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

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

 span { border-color: rgb(161,243,205); }

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