Html Css Color HEX #ACFFD8 Magic Mint

📋 copy color: '#ACFFD8'

red 172 ◦ green 255 ◦ blue 216

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

Shades of Magic Mint #ACFFD8

Tints of Magic Mint #ACFFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.59%

R = 26.75%
G = 39.66%
B = 33.59%

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

#ACFFD8 (or 0xACFFD8) is known color: Magic Mint. HEX triplet: AC, FF and D8. RGB value is (172,255,216). Sum of RGB (Red+Green+Blue) = 172+255+216=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFD8 is #530027. Grayscale: #E1E1E1. Windows color (decimal): -5439528 or 14221228. OLE color: 14221228.

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

Color convert

RGB 172 255 216 -
CMYK 0.33 0 0.15 0
HSL 151.81º 1% 0.84% -
HSV(B) 151.81º 0.33% 1% -
XYZ 65.17 85.25 77.99 -
YUV 225.74 122.5 89.67 -
System Red Green Blue C M Y K H S L
Decimal 172 255 216 0.33 0 0.15 0 151.81 1 0.84
Hex AC FF D8 21 0 F 0 98 64 54
Octal 254 377 330 41 0 17 0 230 144 124
Binary 10101100 11111111 11011000 100001 0 1111 0 10011000 1100100 1010100

Color Harmonies of #ACFFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFD8

Black with #ACFFD8

Text Example


Text Example

White with #ACFFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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