Html Css Color HEX #A2F1CA Magic Mint

📋 copy color: '#A2F1CA'

red 162 ◦ green 241 ◦ blue 202

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

Shades of Magic Mint #A2F1CA

Tints of Magic Mint #A2F1CA

RGB

 RED value IS 162 (63.67% from 255) = 26.78%

 GREEN value IS 241 (94.53% from 255) = 39.83%

 BLUE value IS 202 (79.3% from 255) = 33.39%

R = 26.78%
G = 39.83%
B = 33.39%

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

#A2F1CA (or 0xA2F1CA) is known color: Magic Mint. HEX triplet: A2, F1 and CA. RGB value is (162,241,202). Sum of RGB (Red+Green+Blue) = 162+241+202=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F1CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F1CA is #5D0E35. Grayscale: #D5D5D5. Windows color (decimal): -6098486 or 13300130. OLE color: 13300130.

HSL color Cylindrical-coordinate representation of color #A2F1CA: hue angle of 150.38º degrees, saturation: 0.74, 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 #A2F1CA is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 241 202 -
CMYK 0.33 0 0.16 0.05
HSL 150.38º 0.74% 0.79% -
HSV(B) 150.38º 0.33% 0.95% -
XYZ 57.02 74.86 67.32 -
YUV 212.93 121.83 91.67 -
System Red Green Blue C M Y K H S L
Decimal 162 241 202 0.33 0 0.16 0.05 150.38 0.74 0.79
Hex A2 F1 CA 21 0 10 5 96 4A 4F
Octal 242 361 312 41 0 20 5 226 112 117
Binary 10100010 11110001 11001010 100001 0 10000 101 10010110 1001010 1001111

Color Harmonies of #A2F1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F1CA

Black with #A2F1CA

Text Example


Text Example

White with #A2F1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F1CA; }

 p { color: rgb(162,241,202); }

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

background-color css

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

 a { background-color: rgb(162,241,202); }

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

border-color css

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

 span { border-color: rgb(162,241,202); }

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