Html Css Color HEX #A1FBC0 Magic Mint

📋 copy color: '#A1FBC0'

red 161 ◦ green 251 ◦ blue 192

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

Shades of Magic Mint #A1FBC0

Tints of Magic Mint #A1FBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.79%

R = 26.66%
G = 41.56%
B = 31.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#A1FBC0 (or 0xA1FBC0) is known color: Magic Mint. HEX triplet: A1, FB and C0. RGB value is (161,251,192). Sum of RGB (Red+Green+Blue) = 161+251+192=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FBC0 is #5E043F. Grayscale: #D9D9D9. Windows color (decimal): -6161472 or 12647329. OLE color: 12647329.

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

Color convert

RGB 161 251 192 -
CMYK 0.36 0 0.24 0.02
HSL 140.67º 0.92% 0.81% -
HSV(B) 140.67º 0.36% 0.98% -
XYZ 58.71 80.38 62.29 -
YUV 217.36 113.68 87.8 -
System Red Green Blue C M Y K H S L
Decimal 161 251 192 0.36 0 0.24 0.02 140.67 0.92 0.81
Hex A1 FB C0 24 0 18 2 8D 5C 51
Octal 241 373 300 44 0 30 2 215 134 121
Binary 10100001 11111011 11000000 100100 0 11000 10 10001101 1011100 1010001

Color Harmonies of #A1FBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FBC0

Black with #A1FBC0

Text Example


Text Example

White with #A1FBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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