#A1FBD5

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

Shades of Magic Mint #A1FBD5

Tints of Magic Mint #A1FBD5

Color information

#A1FBD5 (or 0xA1FBD5) is unknown color: approx Magic Mint. HEX triplet: A1, FB and D5. RGB value is (161,251,213). Sum of RGB (Red+Green+Blue) = 161+251+213=625 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.76% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FBD5 is #5E042A. Grayscale: #DBDBDB. Windows color (decimal): -6161451 or 14023585. OLE color: 14023585.

HSL color Cylindrical-coordinate representation of color #A1FBD5: hue angle of 154.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FBD5 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB161251213-
CMYK0.3600.150.02
HSL154.67º91.84%80.78%-
HSV(B)154.67º35.86%98.43%-
XYZ61.2181.3875.43-
YUV219.76124.1886.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.76%
GREEN value IS 251 (98.44% from 255) = 40.16%
BLUE value IS 213 (83.59% from 255) = 34.08%
R=25.76%
G=40.16%
B=34.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612512130.3600.150.02154.6791.8480.78
HexA1FBD5240F29b5c51
Octal241373325440172233134121
Binary10100001111110111101010110010001111101001101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FBD5; }

 p { color: rgb(161,251,213); }

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

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

 a { background-color: rgb(161,251,213); }

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

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

 span { border-color: rgb(161,251,213); }

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