Html Css Color HEX #A2FDDC Magic Mint

📋 copy color: '#A2FDDC'

red 162 ◦ green 253 ◦ blue 220

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

Shades of Magic Mint #A2FDDC

Tints of Magic Mint #A2FDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.84%

 BLUE value IS 220 (86.33% from 255) = 34.65%

R = 25.51%
G = 39.84%
B = 34.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#A2FDDC (or 0xA2FDDC) is known color: Magic Mint. HEX triplet: A2, FD and DC. RGB value is (162,253,220). Sum of RGB (Red+Green+Blue) = 162+253+220=635 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.51% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FDDC is #5D0223. Grayscale: #DEDEDE. Windows color (decimal): -6095396 or 14482850. OLE color: 14482850.

HSL color Cylindrical-coordinate representation of color #A2FDDC: hue angle of 158.24º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FDDC is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 253 220 -
CMYK 0.36 0 0.13 0.01
HSL 158.24º 0.96% 0.81% -
HSV(B) 158.24º 0.36% 0.99% -
XYZ 62.94 83.1 80.43 -
YUV 222.03 126.85 85.18 -
System Red Green Blue C M Y K H S L
Decimal 162 253 220 0.36 0 0.13 0.01 158.24 0.96 0.81
Hex A2 FD DC 24 0 D 1 9E 60 51
Octal 242 375 334 44 0 15 1 236 140 121
Binary 10100010 11111101 11011100 100100 0 1101 1 10011110 1100000 1010001

Color Harmonies of #A2FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FDDC

Black with #A2FDDC

Text Example


Text Example

White with #A2FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FDDC; }

 p { color: rgb(162,253,220); }

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

background-color css

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

 a { background-color: rgb(162,253,220); }

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

border-color css

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

 span { border-color: rgb(162,253,220); }

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