Html Css Color HEX #ACFCD4 Magic Mint

📋 copy color: '#ACFCD4'

red 172 ◦ green 252 ◦ blue 212

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

Shades of Magic Mint #ACFCD4

Tints of Magic Mint #ACFCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.33%

R = 27.04%
G = 39.62%
B = 33.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#ACFCD4 (or 0xACFCD4) is known color: Magic Mint. HEX triplet: AC, FC and D4. RGB value is (172,252,212). Sum of RGB (Red+Green+Blue) = 172+252+212=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCD4 is #53032B. Grayscale: #DFDFDF. Windows color (decimal): -5440300 or 13958316. OLE color: 13958316.

HSL color Cylindrical-coordinate representation of color #ACFCD4: hue angle of 150º 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 #ACFCD4 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 212 -
CMYK 0.32 0 0.16 0.01
HSL 150º 0.93% 0.83% -
HSV(B) 150º 0.32% 0.99% -
XYZ 63.71 83.14 74.98 -
YUV 223.52 121.5 91.25 -
System Red Green Blue C M Y K H S L
Decimal 172 252 212 0.32 0 0.16 0.01 150 0.93 0.83
Hex AC FC D4 20 0 10 1 96 5D 53
Octal 254 374 324 40 0 20 1 226 135 123
Binary 10101100 11111100 11010100 100000 0 10000 1 10010110 1011101 1010011

Color Harmonies of #ACFCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCD4

Black with #ACFCD4

Text Example


Text Example

White with #ACFCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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