Html Css Color HEX #ACF5DC Magic Mint

📋 copy color: '#ACF5DC'

red 172 ◦ green 245 ◦ blue 220

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

Shades of Magic Mint #ACF5DC

Tints of Magic Mint #ACF5DC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.46%

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

R = 27%
G = 38.46%
B = 34.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#ACF5DC (or 0xACF5DC) is known color: Magic Mint. HEX triplet: AC, F5 and DC. RGB value is (172,245,220). Sum of RGB (Red+Green+Blue) = 172+245+220=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5DC is #530A23. Grayscale: #DCDCDC. Windows color (decimal): -5442084 or 14480812. OLE color: 14480812.

HSL color Cylindrical-coordinate representation of color #ACF5DC: hue angle of 159.45º degrees, saturation: 0.78, 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 #ACF5DC is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 220 -
CMYK 0.30 0 0.10 0.04
HSL 159.45º 0.78% 0.82% -
HSV(B) 159.45º 0.3% 0.96% -
XYZ 62.58 79.24 79.71 -
YUV 220.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 172 245 220 0.30 0 0.10 0.04 159.45 0.78 0.82
Hex AC F5 DC 1E 0 A 4 9F 4E 52
Octal 254 365 334 36 0 12 4 237 116 122
Binary 10101100 11110101 11011100 11110 0 1010 100 10011111 1001110 1010010

Color Harmonies of #ACF5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF5DC

Black with #ACF5DC

Text Example


Text Example

White with #ACF5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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