Html Css Color HEX #A2F9DB Magic Mint

📋 copy color: '#A2F9DB'

red 162 ◦ green 249 ◦ blue 219

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

Shades of Magic Mint #A2F9DB

Tints of Magic Mint #A2F9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.76%

R = 25.71%
G = 39.52%
B = 34.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#A2F9DB (or 0xA2F9DB) is known color: Magic Mint. HEX triplet: A2, F9 and DB. RGB value is (162,249,219). Sum of RGB (Red+Green+Blue) = 162+249+219=630 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.71% from 630); Green value is 249 (97.66% from 255 or 39.52% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F9DB is #5D0624. Grayscale: #DBDBDB. Windows color (decimal): -6096421 or 14416290. OLE color: 14416290.

HSL color Cylindrical-coordinate representation of color #A2F9DB: hue angle of 159.31º 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 #A2F9DB is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 249 219 -
CMYK 0.35 0 0.12 0.02
HSL 159.31º 0.88% 0.81% -
HSV(B) 159.31º 0.35% 0.98% -
XYZ 61.56 80.55 79.32 -
YUV 219.57 127.68 86.94 -
System Red Green Blue C M Y K H S L
Decimal 162 249 219 0.35 0 0.12 0.02 159.31 0.88 0.81
Hex A2 F9 DB 23 0 C 2 9F 58 51
Octal 242 371 333 43 0 14 2 237 130 121
Binary 10100010 11111001 11011011 100011 0 1100 10 10011111 1011000 1010001

Color Harmonies of #A2F9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F9DB

Black with #A2F9DB

Text Example


Text Example

White with #A2F9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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