Html Css Color HEX #A1FDDB Magic Mint

📋 copy color: '#A1FDDB'

red 161 ◦ green 253 ◦ blue 219

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

Shades of Magic Mint #A1FDDB

Tints of Magic Mint #A1FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.97%

 BLUE value IS 219 (85.94% from 255) = 34.6%

R = 25.43%
G = 39.97%
B = 34.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#A1FDDB (or 0xA1FDDB) is known color: Magic Mint. HEX triplet: A1, FD and DB. RGB value is (161,253,219). Sum of RGB (Red+Green+Blue) = 161+253+219=633 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.43% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FDDB is #5E0224. Grayscale: #DDDDDD. Windows color (decimal): -6160933 or 14417313. OLE color: 14417313.

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

Color convert

RGB 161 253 219 -
CMYK 0.36 0 0.13 0.01
HSL 157.83º 0.96% 0.81% -
HSV(B) 157.83º 0.36% 0.99% -
XYZ 62.61 82.94 79.73 -
YUV 221.62 126.52 84.76 -
System Red Green Blue C M Y K H S L
Decimal 161 253 219 0.36 0 0.13 0.01 157.83 0.96 0.81
Hex A1 FD DB 24 0 D 1 9E 60 51
Octal 241 375 333 44 0 15 1 236 140 121
Binary 10100001 11111101 11011011 100100 0 1101 1 10011110 1100000 1010001

Color Harmonies of #A1FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FDDB

Black with #A1FDDB

Text Example


Text Example

White with #A1FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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