Html Css Color HEX #ACFFD3 Magic Mint

📋 copy color: '#ACFFD3'

red 172 ◦ green 255 ◦ blue 211

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

Shades of Magic Mint #ACFFD3

Tints of Magic Mint #ACFFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.07%

R = 26.96%
G = 39.97%
B = 33.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#ACFFD3 (or 0xACFFD3) is known color: Magic Mint. HEX triplet: AC, FF and D3. RGB value is (172,255,211). Sum of RGB (Red+Green+Blue) = 172+255+211=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFD3 is #53002C. Grayscale: #E1E1E1. Windows color (decimal): -5439533 or 13893548. OLE color: 13893548.

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

Color convert

RGB 172 255 211 -
CMYK 0.33 0 0.17 0
HSL 148.19º 1% 0.84% -
HSV(B) 148.19º 0.33% 1% -
XYZ 64.53 84.99 74.63 -
YUV 225.17 120 90.08 -
System Red Green Blue C M Y K H S L
Decimal 172 255 211 0.33 0 0.17 0 148.19 1 0.84
Hex AC FF D3 21 0 11 0 94 64 54
Octal 254 377 323 41 0 21 0 224 144 124
Binary 10101100 11111111 11010011 100001 0 10001 0 10010100 1100100 1010100

Color Harmonies of #ACFFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFD3

Black with #ACFFD3

Text Example


Text Example

White with #ACFFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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