Html Css Color HEX #ACF8DA Magic Mint

📋 copy color: '#ACF8DA'

red 172 ◦ green 248 ◦ blue 218

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

Shades of Magic Mint #ACF8DA

Tints of Magic Mint #ACF8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.17%

R = 26.96%
G = 38.87%
B = 34.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#ACF8DA (or 0xACF8DA) is known color: Magic Mint. HEX triplet: AC, F8 and DA. RGB value is (172,248,218). Sum of RGB (Red+Green+Blue) = 172+248+218=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8DA is #530725. Grayscale: #DDDDDD. Windows color (decimal): -5441318 or 14350508. OLE color: 14350508.

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

Color convert

RGB 172 248 218 -
CMYK 0.31 0 0.12 0.03
HSL 156.32º 0.84% 0.82% -
HSV(B) 156.32º 0.31% 0.97% -
XYZ 63.24 80.97 78.63 -
YUV 221.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 172 248 218 0.31 0 0.12 0.03 156.32 0.84 0.82
Hex AC F8 DA 1F 0 C 3 9C 54 52
Octal 254 370 332 37 0 14 3 234 124 122
Binary 10101100 11111000 11011010 11111 0 1100 11 10011100 1010100 1010010

Color Harmonies of #ACF8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF8DA

Black with #ACF8DA

Text Example


Text Example

White with #ACF8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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