Html Css Color HEX #ACFFD5 Magic Mint

📋 copy color: '#ACFFD5'

red 172 ◦ green 255 ◦ blue 213

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

Shades of Magic Mint #ACFFD5

Tints of Magic Mint #ACFFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.28%

R = 26.88%
G = 39.84%
B = 33.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#ACFFD5 (or 0xACFFD5) is known color: Magic Mint. HEX triplet: AC, FF and D5. RGB value is (172,255,213). Sum of RGB (Red+Green+Blue) = 172+255+213=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFD5 is #53002A. Grayscale: #E1E1E1. Windows color (decimal): -5439531 or 14024620. OLE color: 14024620.

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

Color convert

RGB 172 255 213 -
CMYK 0.33 0 0.16 0
HSL 149.64º 1% 0.84% -
HSV(B) 149.64º 0.33% 1% -
XYZ 64.78 85.09 75.96 -
YUV 225.4 121 89.92 -
System Red Green Blue C M Y K H S L
Decimal 172 255 213 0.33 0 0.16 0 149.64 1 0.84
Hex AC FF D5 21 0 10 0 96 64 54
Octal 254 377 325 41 0 20 0 226 144 124
Binary 10101100 11111111 11010101 100001 0 10000 0 10010110 1100100 1010100

Color Harmonies of #ACFFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFD5

Black with #ACFFD5

Text Example


Text Example

White with #ACFFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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