Html Css Color HEX #ACF6DC Magic Mint

📋 copy color: '#ACF6DC'

red 172 ◦ green 246 ◦ blue 220

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

Shades of Magic Mint #ACF6DC

Tints of Magic Mint #ACF6DC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.56%

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

R = 26.96%
G = 38.56%
B = 34.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#ACF6DC (or 0xACF6DC) is known color: Magic Mint. HEX triplet: AC, F6 and DC. RGB value is (172,246,220). Sum of RGB (Red+Green+Blue) = 172+246+220=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF6DC is #530923. Grayscale: #DCDCDC. Windows color (decimal): -5441828 or 14481068. OLE color: 14481068.

HSL color Cylindrical-coordinate representation of color #ACF6DC: hue angle of 158.92º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF6DC is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 220 -
CMYK 0.30 0 0.11 0.04
HSL 158.92º 0.8% 0.82% -
HSV(B) 158.92º 0.3% 0.96% -
XYZ 62.89 79.85 79.81 -
YUV 220.91 127.48 93.11 -
System Red Green Blue C M Y K H S L
Decimal 172 246 220 0.30 0 0.11 0.04 158.92 0.8 0.82
Hex AC F6 DC 1E 0 B 4 9F 50 52
Octal 254 366 334 36 0 13 4 237 120 122
Binary 10101100 11110110 11011100 11110 0 1011 100 10011111 1010000 1010010

Color Harmonies of #ACF6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF6DC

Black with #ACF6DC

Text Example


Text Example

White with #ACF6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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