Html Css Color HEX #A1FBC7 Magic Mint

📋 copy color: '#A1FBC7'

red 161 ◦ green 251 ◦ blue 199

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

Shades of Magic Mint #A1FBC7

Tints of Magic Mint #A1FBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.57%

R = 26.35%
G = 41.08%
B = 32.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#A1FBC7 (or 0xA1FBC7) is known color: Magic Mint. HEX triplet: A1, FB and C7. RGB value is (161,251,199). Sum of RGB (Red+Green+Blue) = 161+251+199=611 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.35% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FBC7 is #5E0438. Grayscale: #DADADA. Windows color (decimal): -6161465 or 13106081. OLE color: 13106081.

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

Color convert

RGB 161 251 199 -
CMYK 0.36 0 0.21 0.02
HSL 145.33º 0.92% 0.81% -
HSV(B) 145.33º 0.36% 0.98% -
XYZ 59.5 80.69 66.47 -
YUV 218.16 117.18 87.23 -
System Red Green Blue C M Y K H S L
Decimal 161 251 199 0.36 0 0.21 0.02 145.33 0.92 0.81
Hex A1 FB C7 24 0 15 2 91 5C 51
Octal 241 373 307 44 0 25 2 221 134 121
Binary 10100001 11111011 11000111 100100 0 10101 10 10010001 1011100 1010001

Color Harmonies of #A1FBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FBC7

Black with #A1FBC7

Text Example


Text Example

White with #A1FBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FBC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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