Html Css Color HEX #A2DFC8 Magic Mint

📋 copy color: '#A2DFC8'

red 162 ◦ green 223 ◦ blue 200

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

Shades of Magic Mint #A2DFC8

Tints of Magic Mint #A2DFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.19%

R = 27.69%
G = 38.12%
B = 34.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#A2DFC8 (or 0xA2DFC8) is known color: Magic Mint. HEX triplet: A2, DF and C8. RGB value is (162,223,200). Sum of RGB (Red+Green+Blue) = 162+223+200=585 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.69% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DFC8 is #5D2037. Grayscale: #CACACA. Windows color (decimal): -6103096 or 13164450. OLE color: 13164450.

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

Color convert

RGB 162 223 200 -
CMYK 0.27 0 0.10 0.13
HSL 157.38º 0.49% 0.75% -
HSV(B) 157.38º 0.27% 0.87% -
XYZ 51.71 64.63 64.39 -
YUV 202.14 126.79 99.37 -
System Red Green Blue C M Y K H S L
Decimal 162 223 200 0.27 0 0.10 0.13 157.38 0.49 0.75
Hex A2 DF C8 1B 0 A D 9D 31 4B
Octal 242 337 310 33 0 12 15 235 61 113
Binary 10100010 11011111 11001000 11011 0 1010 1101 10011101 110001 1001011

Color Harmonies of #A2DFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DFC8

Black with #A2DFC8

Text Example


Text Example

White with #A2DFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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