Html Css Color HEX #A2F9CE Magic Mint

📋 copy color: '#A2F9CE'

red 162 ◦ green 249 ◦ blue 206

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

Shades of Magic Mint #A2F9CE

Tints of Magic Mint #A2F9CE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.36%

 BLUE value IS 206 (80.86% from 255) = 33.39%

R = 26.26%
G = 40.36%
B = 33.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#A2F9CE (or 0xA2F9CE) is known color: Magic Mint. HEX triplet: A2, F9 and CE. RGB value is (162,249,206). Sum of RGB (Red+Green+Blue) = 162+249+206=617 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.26% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F9CE is #5D0631. Grayscale: #DADADA. Windows color (decimal): -6096434 or 13564322. OLE color: 13564322.

HSL color Cylindrical-coordinate representation of color #A2F9CE: hue angle of 150.34º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F9CE is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 249 206 -
CMYK 0.35 0 0.17 0.02
HSL 150.34º 0.88% 0.81% -
HSV(B) 150.34º 0.35% 0.98% -
XYZ 59.92 79.89 70.65 -
YUV 218.09 121.18 88 -
System Red Green Blue C M Y K H S L
Decimal 162 249 206 0.35 0 0.17 0.02 150.34 0.88 0.81
Hex A2 F9 CE 23 0 11 2 96 58 51
Octal 242 371 316 43 0 21 2 226 130 121
Binary 10100010 11111001 11001110 100011 0 10001 10 10010110 1011000 1010001

Color Harmonies of #A2F9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F9CE

Black with #A2F9CE

Text Example


Text Example

White with #A2F9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F9CE; }

 p { color: rgb(162,249,206); }

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

background-color css

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

 a { background-color: rgb(162,249,206); }

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

border-color css

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

 span { border-color: rgb(162,249,206); }

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