Html Css Color HEX #ACFCD9 Magic Mint

📋 copy color: '#ACFCD9'

red 172 ◦ green 252 ◦ blue 217

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

Shades of Magic Mint #ACFCD9

Tints of Magic Mint #ACFCD9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.31%

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

R = 26.83%
G = 39.31%
B = 33.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#ACFCD9 (or 0xACFCD9) is known color: Magic Mint. HEX triplet: AC, FC and D9. RGB value is (172,252,217). Sum of RGB (Red+Green+Blue) = 172+252+217=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCD9 is #530326. Grayscale: #E0E0E0. Windows color (decimal): -5440295 or 14285996. OLE color: 14285996.

HSL color Cylindrical-coordinate representation of color #ACFCD9: hue angle of 153.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCD9 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 217 -
CMYK 0.32 0 0.14 0.01
HSL 153.75º 0.93% 0.83% -
HSV(B) 153.75º 0.32% 0.99% -
XYZ 64.35 83.4 78.35 -
YUV 224.09 124 90.85 -
System Red Green Blue C M Y K H S L
Decimal 172 252 217 0.32 0 0.14 0.01 153.75 0.93 0.83
Hex AC FC D9 20 0 E 1 9A 5D 53
Octal 254 374 331 40 0 16 1 232 135 123
Binary 10101100 11111100 11011001 100000 0 1110 1 10011010 1011101 1010011

Color Harmonies of #ACFCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCD9

Black with #ACFCD9

Text Example


Text Example

White with #ACFCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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