Html Css Color HEX #ACF8D4 Magic Mint

📋 copy color: '#ACF8D4'

red 172 ◦ green 248 ◦ blue 212

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

Shades of Magic Mint #ACF8D4

Tints of Magic Mint #ACF8D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.54%

R = 27.22%
G = 39.24%
B = 33.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#ACF8D4 (or 0xACF8D4) is known color: Magic Mint. HEX triplet: AC, F8 and D4. RGB value is (172,248,212). Sum of RGB (Red+Green+Blue) = 172+248+212=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8D4 is #53072B. Grayscale: #DDDDDD. Windows color (decimal): -5441324 or 13957292. OLE color: 13957292.

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

Color convert

RGB 172 248 212 -
CMYK 0.31 0 0.15 0.03
HSL 151.58º 0.84% 0.82% -
HSV(B) 151.58º 0.31% 0.97% -
XYZ 62.46 80.66 74.56 -
YUV 221.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 172 248 212 0.31 0 0.15 0.03 151.58 0.84 0.82
Hex AC F8 D4 1F 0 F 3 98 54 52
Octal 254 370 324 37 0 17 3 230 124 122
Binary 10101100 11111000 11010100 11111 0 1111 11 10011000 1010100 1010010

Color Harmonies of #ACF8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF8D4

Black with #ACF8D4

Text Example


Text Example

White with #ACF8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF8D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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