Html Css Color HEX #ACFCD6 Magic Mint

📋 copy color: '#ACFCD6'

red 172 ◦ green 252 ◦ blue 214

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

Shades of Magic Mint #ACFCD6

Tints of Magic Mint #ACFCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.54%

R = 26.96%
G = 39.5%
B = 33.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#ACFCD6 (or 0xACFCD6) is known color: Magic Mint. HEX triplet: AC, FC and D6. RGB value is (172,252,214). Sum of RGB (Red+Green+Blue) = 172+252+214=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCD6 is #530329. Grayscale: #DFDFDF. Windows color (decimal): -5440298 or 14089388. OLE color: 14089388.

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

Color convert

RGB 172 252 214 -
CMYK 0.32 0 0.15 0.01
HSL 151.5º 0.93% 0.83% -
HSV(B) 151.5º 0.32% 0.99% -
XYZ 63.96 83.25 76.32 -
YUV 223.75 122.5 91.09 -
System Red Green Blue C M Y K H S L
Decimal 172 252 214 0.32 0 0.15 0.01 151.5 0.93 0.83
Hex AC FC D6 20 0 F 1 98 5D 53
Octal 254 374 326 40 0 17 1 230 135 123
Binary 10101100 11111100 11010110 100000 0 1111 1 10011000 1011101 1010011

Color Harmonies of #ACFCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCD6

Black with #ACFCD6

Text Example


Text Example

White with #ACFCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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