Html Css Color HEX #ACF7D7 Magic Mint

📋 copy color: '#ACF7D7'

red 172 ◦ green 247 ◦ blue 215

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

Shades of Magic Mint #ACF7D7

Tints of Magic Mint #ACF7D7

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.96%

 BLUE value IS 215 (84.38% from 255) = 33.91%

R = 27.13%
G = 38.96%
B = 33.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#ACF7D7 (or 0xACF7D7) is known color: Magic Mint. HEX triplet: AC, F7 and D7. RGB value is (172,247,215). Sum of RGB (Red+Green+Blue) = 172+247+215=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 247 (96.88% from 255 or 38.96% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7D7 is #530828. Grayscale: #DCDCDC. Windows color (decimal): -5441577 or 14153644. OLE color: 14153644.

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

Color convert

RGB 172 247 215 -
CMYK 0.30 0 0.13 0.03
HSL 154.4º 0.82% 0.82% -
HSV(B) 154.4º 0.3% 0.97% -
XYZ 62.54 80.2 76.47 -
YUV 220.93 124.65 93.1 -
System Red Green Blue C M Y K H S L
Decimal 172 247 215 0.30 0 0.13 0.03 154.4 0.82 0.82
Hex AC F7 D7 1E 0 D 3 9A 52 52
Octal 254 367 327 36 0 15 3 232 122 122
Binary 10101100 11110111 11010111 11110 0 1101 11 10011010 1010010 1010010

Color Harmonies of #ACF7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7D7

Black with #ACF7D7

Text Example


Text Example

White with #ACF7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7D7; }

 p { color: rgb(172,247,215); }

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

background-color css

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

 a { background-color: rgb(172,247,215); }

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

border-color css

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

 span { border-color: rgb(172,247,215); }

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