Html Css Color HEX #ACF4D9 Magic Mint

📋 copy color: '#ACF4D9'

red 172 ◦ green 244 ◦ blue 217

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

Shades of Magic Mint #ACF4D9

Tints of Magic Mint #ACF4D9

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.55%

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

R = 27.17%
G = 38.55%
B = 34.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#ACF4D9 (or 0xACF4D9) is known color: Magic Mint. HEX triplet: AC, F4 and D9. RGB value is (172,244,217). Sum of RGB (Red+Green+Blue) = 172+244+217=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 244 (95.70% from 255 or 38.55% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4D9 is #530B26. Grayscale: #DBDBDB. Windows color (decimal): -5442343 or 14283948. OLE color: 14283948.

HSL color Cylindrical-coordinate representation of color #ACF4D9: hue angle of 157.5º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF4D9 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 217 -
CMYK 0.30 0 0.11 0.04
HSL 157.5º 0.77% 0.82% -
HSV(B) 157.5º 0.3% 0.96% -
XYZ 61.89 78.48 77.53 -
YUV 219.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 172 244 217 0.30 0 0.11 0.04 157.5 0.77 0.82
Hex AC F4 D9 1E 0 B 4 9E 4D 52
Octal 254 364 331 36 0 13 4 236 115 122
Binary 10101100 11110100 11011001 11110 0 1011 100 10011110 1001101 1010010

Color Harmonies of #ACF4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF4D9

Black with #ACF4D9

Text Example


Text Example

White with #ACF4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF4D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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