Html Css Color HEX #A2DEC5 Magic Mint

📋 copy color: '#A2DEC5'

red 162 ◦ green 222 ◦ blue 197

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

Shades of Magic Mint #A2DEC5

Tints of Magic Mint #A2DEC5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.21%

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

R = 27.88%
G = 38.21%
B = 33.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#A2DEC5 (or 0xA2DEC5) is known color: Magic Mint. HEX triplet: A2, DE and C5. RGB value is (162,222,197). Sum of RGB (Red+Green+Blue) = 162+222+197=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DEC5 is #5D213A. Grayscale: #C9C9C9. Windows color (decimal): -6103355 or 12967586. OLE color: 12967586.

HSL color Cylindrical-coordinate representation of color #A2DEC5: hue angle of 155º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DEC5 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 222 197 -
CMYK 0.27 0 0.11 0.13
HSL 155º 0.48% 0.75% -
HSV(B) 155º 0.27% 0.87% -
XYZ 51.1 63.96 62.47 -
YUV 201.21 125.62 100.03 -
System Red Green Blue C M Y K H S L
Decimal 162 222 197 0.27 0 0.11 0.13 155 0.48 0.75
Hex A2 DE C5 1B 0 B D 9B 30 4B
Octal 242 336 305 33 0 13 15 233 60 113
Binary 10100010 11011110 11000101 11011 0 1011 1101 10011011 110000 1001011

Color Harmonies of #A2DEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DEC5

Black with #A2DEC5

Text Example


Text Example

White with #A2DEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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