Html Css Color HEX #ACF7D8 Magic Mint

📋 copy color: '#ACF7D8'

red 172 ◦ green 247 ◦ blue 216

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

Shades of Magic Mint #ACF7D8

Tints of Magic Mint #ACF7D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.02%

R = 27.09%
G = 38.9%
B = 34.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#ACF7D8 (or 0xACF7D8) is known color: Magic Mint. HEX triplet: AC, F7 and D8. RGB value is (172,247,216). Sum of RGB (Red+Green+Blue) = 172+247+216=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7D8 is #530827. Grayscale: #DDDDDD. Windows color (decimal): -5441576 or 14219180. OLE color: 14219180.

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

Color convert

RGB 172 247 216 -
CMYK 0.30 0 0.13 0.03
HSL 155.2º 0.82% 0.82% -
HSV(B) 155.2º 0.3% 0.97% -
XYZ 62.67 80.25 77.15 -
YUV 221.04 125.15 93.02 -
System Red Green Blue C M Y K H S L
Decimal 172 247 216 0.30 0 0.13 0.03 155.2 0.82 0.82
Hex AC F7 D8 1E 0 D 3 9B 52 52
Octal 254 367 330 36 0 15 3 233 122 122
Binary 10101100 11110111 11011000 11110 0 1101 11 10011011 1010010 1010010

Color Harmonies of #ACF7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7D8

Black with #ACF7D8

Text Example


Text Example

White with #ACF7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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