Html Css Color HEX #ACF8D1 Magic Mint

📋 copy color: '#ACF8D1'

red 172 ◦ green 248 ◦ blue 209

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

Shades of Magic Mint #ACF8D1

Tints of Magic Mint #ACF8D1

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.43%

 BLUE value IS 209 (82.03% from 255) = 33.23%

R = 27.34%
G = 39.43%
B = 33.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#ACF8D1 (or 0xACF8D1) is known color: Magic Mint. HEX triplet: AC, F8 and D1. RGB value is (172,248,209). Sum of RGB (Red+Green+Blue) = 172+248+209=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 248 (97.27% from 255 or 39.43% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8D1 is #53072E. Grayscale: #DCDCDC. Windows color (decimal): -5441327 or 13760684. OLE color: 13760684.

HSL color Cylindrical-coordinate representation of color #ACF8D1: hue angle of 149.21º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8D1 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 209 -
CMYK 0.31 0 0.16 0.03
HSL 149.21º 0.84% 0.82% -
HSV(B) 149.21º 0.31% 0.97% -
XYZ 62.09 80.51 72.59 -
YUV 220.83 121.32 93.17 -
System Red Green Blue C M Y K H S L
Decimal 172 248 209 0.31 0 0.16 0.03 149.21 0.84 0.82
Hex AC F8 D1 1F 0 10 3 95 54 52
Octal 254 370 321 37 0 20 3 225 124 122
Binary 10101100 11111000 11010001 11111 0 10000 11 10010101 1010100 1010010

Color Harmonies of #ACF8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF8D1

Black with #ACF8D1

Text Example


Text Example

White with #ACF8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF8D1; }

 p { color: rgb(172,248,209); }

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

background-color css

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

 a { background-color: rgb(172,248,209); }

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

border-color css

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

 span { border-color: rgb(172,248,209); }

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