Html Css Color HEX #A2FDDB Magic Mint

📋 copy color: '#A2FDDB'

red 162 ◦ green 253 ◦ blue 219

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

Shades of Magic Mint #A2FDDB

Tints of Magic Mint #A2FDDB

RGB

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

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

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

R = 25.55%
G = 39.91%
B = 34.54%

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

#A2FDDB (or 0xA2FDDB) is known color: Magic Mint. HEX triplet: A2, FD and DB. RGB value is (162,253,219). Sum of RGB (Red+Green+Blue) = 162+253+219=634 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.55% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FDDB is #5D0224. Grayscale: #DDDDDD. Windows color (decimal): -6095397 or 14417314. OLE color: 14417314.

HSL color Cylindrical-coordinate representation of color #A2FDDB: hue angle of 157.58º 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 #A2FDDB is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 253 219 -
CMYK 0.36 0 0.13 0.01
HSL 157.58º 0.96% 0.81% -
HSV(B) 157.58º 0.36% 0.99% -
XYZ 62.81 83.05 79.74 -
YUV 221.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 162 253 219 0.36 0 0.13 0.01 157.58 0.96 0.81
Hex A2 FD DB 24 0 D 1 9E 60 51
Octal 242 375 333 44 0 15 1 236 140 121
Binary 10100010 11111101 11011011 100100 0 1101 1 10011110 1100000 1010001

Color Harmonies of #A2FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FDDB

Black with #A2FDDB

Text Example


Text Example

White with #A2FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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