Html Css Color HEX #A1FBCE Magic Mint

📋 copy color: '#A1FBCE'

red 161 ◦ green 251 ◦ blue 206

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

Shades of Magic Mint #A1FBCE

Tints of Magic Mint #A1FBCE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.61%

 BLUE value IS 206 (80.86% from 255) = 33.33%

R = 26.05%
G = 40.61%
B = 33.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#A1FBCE (or 0xA1FBCE) is known color: Magic Mint. HEX triplet: A1, FB and CE. RGB value is (161,251,206). Sum of RGB (Red+Green+Blue) = 161+251+206=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FBCE is #5E0431. Grayscale: #DBDBDB. Windows color (decimal): -6161458 or 13564833. OLE color: 13564833.

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

Color convert

RGB 161 251 206 -
CMYK 0.36 0 0.18 0.02
HSL 150º 0.92% 0.81% -
HSV(B) 150º 0.36% 0.98% -
XYZ 60.34 81.03 70.85 -
YUV 218.96 120.68 86.66 -
System Red Green Blue C M Y K H S L
Decimal 161 251 206 0.36 0 0.18 0.02 150 0.92 0.81
Hex A1 FB CE 24 0 12 2 96 5C 51
Octal 241 373 316 44 0 22 2 226 134 121
Binary 10100001 11111011 11001110 100100 0 10010 10 10010110 1011100 1010001

Color Harmonies of #A1FBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FBCE

Black with #A1FBCE

Text Example


Text Example

White with #A1FBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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