Html Css Color HEX #A1F2CC Magic Mint

📋 copy color: '#A1F2CC'

red 161 ◦ green 242 ◦ blue 204

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

Shades of Magic Mint #A1F2CC

Tints of Magic Mint #A1F2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.87%

 BLUE value IS 204 (80.08% from 255) = 33.61%

R = 26.52%
G = 39.87%
B = 33.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#A1F2CC (or 0xA1F2CC) is known color: Magic Mint. HEX triplet: A1, F2 and CC. RGB value is (161,242,204). Sum of RGB (Red+Green+Blue) = 161+242+204=607 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.52% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F2CC is #5E0D33. Grayscale: #D5D5D5. Windows color (decimal): -6163764 or 13431457. OLE color: 13431457.

HSL color Cylindrical-coordinate representation of color #A1F2CC: hue angle of 151.85º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F2CC is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 242 204 -
CMYK 0.33 0 0.16 0.05
HSL 151.85º 0.76% 0.79% -
HSV(B) 151.85º 0.33% 0.95% -
XYZ 57.35 75.44 68.67 -
YUV 213.45 122.66 90.59 -
System Red Green Blue C M Y K H S L
Decimal 161 242 204 0.33 0 0.16 0.05 151.85 0.76 0.79
Hex A1 F2 CC 21 0 10 5 98 4C 4F
Octal 241 362 314 41 0 20 5 230 114 117
Binary 10100001 11110010 11001100 100001 0 10000 101 10011000 1001100 1001111

Color Harmonies of #A1F2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F2CC

Black with #A1F2CC

Text Example


Text Example

White with #A1F2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F2CC; }

 p { color: rgb(161,242,204); }

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

background-color css

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

 a { background-color: rgb(161,242,204); }

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

border-color css

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

 span { border-color: rgb(161,242,204); }

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