Html Css Color HEX #ACF7D9 Magic Mint

📋 copy color: '#ACF7D9'

red 172 ◦ green 247 ◦ blue 217

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

Shades of Magic Mint #ACF7D9

Tints of Magic Mint #ACF7D9

RGB

 RED value IS 172 (67.58% from 255) = 27.04%

 GREEN value IS 247 (96.88% from 255) = 38.84%

 BLUE value IS 217 (85.16% from 255) = 34.12%

R = 27.04%
G = 38.84%
B = 34.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#ACF7D9 (or 0xACF7D9) is known color: Magic Mint. HEX triplet: AC, F7 and D9. RGB value is (172,247,217). Sum of RGB (Red+Green+Blue) = 172+247+217=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 247 (96.88% from 255 or 38.84% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7D9 is #530826. Grayscale: #DDDDDD. Windows color (decimal): -5441575 or 14284716. OLE color: 14284716.

HSL color Cylindrical-coordinate representation of color #ACF7D9: hue angle of 156º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7D9 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 247 217 -
CMYK 0.30 0 0.12 0.03
HSL 156º 0.82% 0.82% -
HSV(B) 156º 0.3% 0.97% -
XYZ 62.8 80.3 77.84 -
YUV 221.16 125.65 92.94 -
System Red Green Blue C M Y K H S L
Decimal 172 247 217 0.30 0 0.12 0.03 156 0.82 0.82
Hex AC F7 D9 1E 0 C 3 9C 52 52
Octal 254 367 331 36 0 14 3 234 122 122
Binary 10101100 11110111 11011001 11110 0 1100 11 10011100 1010010 1010010

Color Harmonies of #ACF7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7D9

Black with #ACF7D9

Text Example


Text Example

White with #ACF7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7D9; }

 p { color: rgb(172,247,217); }

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

background-color css

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

 a { background-color: rgb(172,247,217); }

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

border-color css

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

 span { border-color: rgb(172,247,217); }

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