Html Css Color HEX #ACFCD8 Magic Mint

📋 copy color: '#ACFCD8'

red 172 ◦ green 252 ◦ blue 216

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

Shades of Magic Mint #ACFCD8

Tints of Magic Mint #ACFCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.75%

R = 26.88%
G = 39.38%
B = 33.75%

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

#ACFCD8 (or 0xACFCD8) is known color: Magic Mint. HEX triplet: AC, FC and D8. RGB value is (172,252,216). Sum of RGB (Red+Green+Blue) = 172+252+216=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 252 (98.83% from 255 or 39.38% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCD8 is #530327. Grayscale: #E0E0E0. Windows color (decimal): -5440296 or 14220460. OLE color: 14220460.

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

Color convert

RGB 172 252 216 -
CMYK 0.32 0 0.14 0.01
HSL 153º 0.93% 0.83% -
HSV(B) 153º 0.32% 0.99% -
XYZ 64.22 83.35 77.67 -
YUV 223.98 123.5 90.93 -
System Red Green Blue C M Y K H S L
Decimal 172 252 216 0.32 0 0.14 0.01 153 0.93 0.83
Hex AC FC D8 20 0 E 1 99 5D 53
Octal 254 374 330 40 0 16 1 231 135 123
Binary 10101100 11111100 11011000 100000 0 1110 1 10011001 1011101 1010011

Color Harmonies of #ACFCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCD8

Black with #ACFCD8

Text Example


Text Example

White with #ACFCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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