Html Css Color HEX #A1FBC4 Magic Mint

📋 copy color: '#A1FBC4'

red 161 ◦ green 251 ◦ blue 196

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

Shades of Magic Mint #A1FBC4

Tints of Magic Mint #A1FBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.24%

R = 26.48%
G = 41.28%
B = 32.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#A1FBC4 (or 0xA1FBC4) is known color: Magic Mint. HEX triplet: A1, FB and C4. RGB value is (161,251,196). Sum of RGB (Red+Green+Blue) = 161+251+196=608 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.48% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FBC4 is #5E043B. Grayscale: #D9D9D9. Windows color (decimal): -6161468 or 12909473. OLE color: 12909473.

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

Color convert

RGB 161 251 196 -
CMYK 0.36 0 0.22 0.02
HSL 143.33º 0.92% 0.81% -
HSV(B) 143.33º 0.36% 0.98% -
XYZ 59.16 80.56 64.66 -
YUV 217.82 115.68 87.47 -
System Red Green Blue C M Y K H S L
Decimal 161 251 196 0.36 0 0.22 0.02 143.33 0.92 0.81
Hex A1 FB C4 24 0 16 2 8F 5C 51
Octal 241 373 304 44 0 26 2 217 134 121
Binary 10100001 11111011 11000100 100100 0 10110 10 10001111 1011100 1010001

Color Harmonies of #A1FBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FBC4

Black with #A1FBC4

Text Example


Text Example

White with #A1FBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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