Html Css Color HEX #ACFFDC Magic Mint

📋 copy color: '#ACFFDC'

red 172 ◦ green 255 ◦ blue 220

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

Shades of Magic Mint #ACFFDC

Tints of Magic Mint #ACFFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 39.41%

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

R = 26.58%
G = 39.41%
B = 34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#ACFFDC (or 0xACFFDC) is known color: Magic Mint. HEX triplet: AC, FF and DC. RGB value is (172,255,220). Sum of RGB (Red+Green+Blue) = 172+255+220=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFDC is #530023. Grayscale: #E2E2E2. Windows color (decimal): -5439524 or 14483372. OLE color: 14483372.

HSL color Cylindrical-coordinate representation of color #ACFFDC: hue angle of 154.7º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFDC is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 220 -
CMYK 0.33 0 0.14 0
HSL 154.7º 1% 0.84% -
HSV(B) 154.7º 0.33% 1% -
XYZ 65.69 85.46 80.74 -
YUV 226.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 172 255 220 0.33 0 0.14 0 154.7 1 0.84
Hex AC FF DC 21 0 E 0 9B 64 54
Octal 254 377 334 41 0 16 0 233 144 124
Binary 10101100 11111111 11011100 100001 0 1110 0 10011011 1100100 1010100

Color Harmonies of #ACFFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFDC

Black with #ACFFDC

Text Example


Text Example

White with #ACFFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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