Html Css Color HEX #A2F3C5 Magic Mint

📋 copy color: '#A2F3C5'

red 162 ◦ green 243 ◦ blue 197

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

Shades of Magic Mint #A2F3C5

Tints of Magic Mint #A2F3C5

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.37%

 BLUE value IS 197 (77.34% from 255) = 32.72%

R = 26.91%
G = 40.37%
B = 32.72%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#A2F3C5 (or 0xA2F3C5) is known color: Magic Mint. HEX triplet: A2, F3 and C5. RGB value is (162,243,197). Sum of RGB (Red+Green+Blue) = 162+243+197=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F3C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F3C5 is #5D0C3A. Grayscale: #D5D5D5. Windows color (decimal): -6097979 or 12972962. OLE color: 12972962.

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

Color convert

RGB 162 243 197 -
CMYK 0.33 0 0.19 0.05
HSL 145.93º 0.77% 0.79% -
HSV(B) 145.93º 0.33% 0.95% -
XYZ 57.03 75.81 64.45 -
YUV 213.54 118.66 91.24 -
System Red Green Blue C M Y K H S L
Decimal 162 243 197 0.33 0 0.19 0.05 145.93 0.77 0.79
Hex A2 F3 C5 21 0 13 5 92 4D 4F
Octal 242 363 305 41 0 23 5 222 115 117
Binary 10100010 11110011 11000101 100001 0 10011 101 10010010 1001101 1001111

Color Harmonies of #A2F3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F3C5

Black with #A2F3C5

Text Example


Text Example

White with #A2F3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F3C5; }

 p { color: rgb(162,243,197); }

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

background-color css

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

 a { background-color: rgb(162,243,197); }

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

border-color css

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

 span { border-color: rgb(162,243,197); }

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