Html Css Color HEX #ACF7DA Magic Mint

📋 copy color: '#ACF7DA'

red 172 ◦ green 247 ◦ blue 218

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

Shades of Magic Mint #ACF7DA

Tints of Magic Mint #ACF7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.22%

R = 27%
G = 38.78%
B = 34.22%

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

#ACF7DA (or 0xACF7DA) is known color: Magic Mint. HEX triplet: AC, F7 and DA. RGB value is (172,247,218). Sum of RGB (Red+Green+Blue) = 172+247+218=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 247 (96.88% from 255 or 38.78% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7DA is #530825. Grayscale: #DDDDDD. Windows color (decimal): -5441574 or 14350252. OLE color: 14350252.

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

Color convert

RGB 172 247 218 -
CMYK 0.30 0 0.12 0.03
HSL 156.8º 0.82% 0.82% -
HSV(B) 156.8º 0.3% 0.97% -
XYZ 62.93 80.35 78.52 -
YUV 221.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 172 247 218 0.30 0 0.12 0.03 156.8 0.82 0.82
Hex AC F7 DA 1E 0 C 3 9D 52 52
Octal 254 367 332 36 0 14 3 235 122 122
Binary 10101100 11110111 11011010 11110 0 1100 11 10011101 1010010 1010010

Color Harmonies of #ACF7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7DA

Black with #ACF7DA

Text Example


Text Example

White with #ACF7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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