Html Css Color HEX #ACF8DC Magic Mint

📋 copy color: '#ACF8DC'

red 172 ◦ green 248 ◦ blue 220

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

Shades of Magic Mint #ACF8DC

Tints of Magic Mint #ACF8DC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.75%

 BLUE value IS 220 (86.33% from 255) = 34.38%

R = 26.88%
G = 38.75%
B = 34.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#ACF8DC (or 0xACF8DC) is known color: Magic Mint. HEX triplet: AC, F8 and DC. RGB value is (172,248,220). Sum of RGB (Red+Green+Blue) = 172+248+220=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8DC is #530723. Grayscale: #DEDEDE. Windows color (decimal): -5441316 or 14481580. OLE color: 14481580.

HSL color Cylindrical-coordinate representation of color #ACF8DC: hue angle of 157.89º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8DC is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 220 -
CMYK 0.31 0 0.11 0.03
HSL 157.89º 0.84% 0.82% -
HSV(B) 157.89º 0.31% 0.97% -
XYZ 63.5 81.07 80.01 -
YUV 222.08 126.82 92.28 -
System Red Green Blue C M Y K H S L
Decimal 172 248 220 0.31 0 0.11 0.03 157.89 0.84 0.82
Hex AC F8 DC 1F 0 B 3 9E 54 52
Octal 254 370 334 37 0 13 3 236 124 122
Binary 10101100 11111000 11011100 11111 0 1011 11 10011110 1010100 1010010

Color Harmonies of #ACF8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF8DC

Black with #ACF8DC

Text Example


Text Example

White with #ACF8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF8DC; }

 p { color: rgb(172,248,220); }

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

background-color css

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

 a { background-color: rgb(172,248,220); }

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

border-color css

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

 span { border-color: rgb(172,248,220); }

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