Html Css Color HEX #ACFFD0 Magic Mint

📋 copy color: '#ACFFD0'

red 172 ◦ green 255 ◦ blue 208

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

Shades of Magic Mint #ACFFD0

Tints of Magic Mint #ACFFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.76%

R = 27.09%
G = 40.16%
B = 32.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#ACFFD0 (or 0xACFFD0) is known color: Magic Mint. HEX triplet: AC, FF and D0. RGB value is (172,255,208). Sum of RGB (Red+Green+Blue) = 172+255+208=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFD0 is #53002F. Grayscale: #E0E0E0. Windows color (decimal): -5439536 or 13696940. OLE color: 13696940.

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

Color convert

RGB 172 255 208 -
CMYK 0.33 0 0.18 0
HSL 146.02º 1% 0.84% -
HSV(B) 146.02º 0.33% 1% -
XYZ 64.16 84.84 72.67 -
YUV 224.83 118.5 90.32 -
System Red Green Blue C M Y K H S L
Decimal 172 255 208 0.33 0 0.18 0 146.02 1 0.84
Hex AC FF D0 21 0 12 0 92 64 54
Octal 254 377 320 41 0 22 0 222 144 124
Binary 10101100 11111111 11010000 100001 0 10010 0 10010010 1100100 1010100

Color Harmonies of #ACFFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFD0

Black with #ACFFD0

Text Example


Text Example

White with #ACFFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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