Html Css Color HEX #A2DFC7 Magic Mint

📋 copy color: '#A2DFC7'

red 162 ◦ green 223 ◦ blue 199

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

Shades of Magic Mint #A2DFC7

Tints of Magic Mint #A2DFC7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.18%

 BLUE value IS 199 (78.13% from 255) = 34.08%

R = 27.74%
G = 38.18%
B = 34.08%

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

#A2DFC7 (or 0xA2DFC7) is known color: Magic Mint. HEX triplet: A2, DF and C7. RGB value is (162,223,199). Sum of RGB (Red+Green+Blue) = 162+223+199=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DFC7 is #5D2038. Grayscale: #CACACA. Windows color (decimal): -6103097 or 13098914. OLE color: 13098914.

HSL color Cylindrical-coordinate representation of color #A2DFC7: hue angle of 156.39º degrees, saturation: 0.49, 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 #A2DFC7 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 223 199 -
CMYK 0.27 0 0.11 0.13
HSL 156.39º 0.49% 0.75% -
HSV(B) 156.39º 0.27% 0.87% -
XYZ 51.6 64.58 63.78 -
YUV 202.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 162 223 199 0.27 0 0.11 0.13 156.39 0.49 0.75
Hex A2 DF C7 1B 0 B D 9C 31 4B
Octal 242 337 307 33 0 13 15 234 61 113
Binary 10100010 11011111 11000111 11011 0 1011 1101 10011100 110001 1001011

Color Harmonies of #A2DFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DFC7

Black with #A2DFC7

Text Example


Text Example

White with #A2DFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DFC7; }

 p { color: rgb(162,223,199); }

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

background-color css

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

 a { background-color: rgb(162,223,199); }

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

border-color css

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

 span { border-color: rgb(162,223,199); }

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