Html Css Color HEX #ACFFD7 Magic Mint

📋 copy color: '#ACFFD7'

red 172 ◦ green 255 ◦ blue 215

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

Shades of Magic Mint #ACFFD7

Tints of Magic Mint #ACFFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.49%

R = 26.79%
G = 39.72%
B = 33.49%

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

#ACFFD7 (or 0xACFFD7) is known color: Magic Mint. HEX triplet: AC, FF and D7. RGB value is (172,255,215). Sum of RGB (Red+Green+Blue) = 172+255+215=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFD7 is #530028. Grayscale: #E1E1E1. Windows color (decimal): -5439529 or 14155692. OLE color: 14155692.

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

Color convert

RGB 172 255 215 -
CMYK 0.33 0 0.16 0
HSL 151.08º 1% 0.84% -
HSV(B) 151.08º 0.33% 1% -
XYZ 65.04 85.2 77.31 -
YUV 225.62 122 89.75 -
System Red Green Blue C M Y K H S L
Decimal 172 255 215 0.33 0 0.16 0 151.08 1 0.84
Hex AC FF D7 21 0 10 0 97 64 54
Octal 254 377 327 41 0 20 0 227 144 124
Binary 10101100 11111111 11010111 100001 0 10000 0 10010111 1100100 1010100

Color Harmonies of #ACFFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFD7

Black with #ACFFD7

Text Example


Text Example

White with #ACFFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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