Html Css Color HEX #ACFFDA Magic Mint

📋 copy color: '#ACFFDA'

red 172 ◦ green 255 ◦ blue 218

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

Shades of Magic Mint #ACFFDA

Tints of Magic Mint #ACFFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.8%

R = 26.67%
G = 39.53%
B = 33.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#ACFFDA (or 0xACFFDA) is known color: Magic Mint. HEX triplet: AC, FF and DA. RGB value is (172,255,218). Sum of RGB (Red+Green+Blue) = 172+255+218=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFDA is #530025. Grayscale: #E2E2E2. Windows color (decimal): -5439526 or 14352300. OLE color: 14352300.

HSL color Cylindrical-coordinate representation of color #ACFFDA: hue angle of 153.25º 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 #ACFFDA is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 218 -
CMYK 0.33 0 0.15 0
HSL 153.25º 1% 0.84% -
HSV(B) 153.25º 0.33% 1% -
XYZ 65.43 85.35 79.36 -
YUV 225.97 123.5 89.51 -
System Red Green Blue C M Y K H S L
Decimal 172 255 218 0.33 0 0.15 0 153.25 1 0.84
Hex AC FF DA 21 0 F 0 99 64 54
Octal 254 377 332 41 0 17 0 231 144 124
Binary 10101100 11111111 11011010 100001 0 1111 0 10011001 1100100 1010100

Color Harmonies of #ACFFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFDA

Black with #ACFFDA

Text Example


Text Example

White with #ACFFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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