Html Css Color HEX #ACF2C7 Magic Mint

📋 copy color: '#ACF2C7'

red 172 ◦ green 242 ◦ blue 199

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

Shades of Magic Mint #ACF2C7

Tints of Magic Mint #ACF2C7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.48%

 BLUE value IS 199 (78.13% from 255) = 32.46%

R = 28.06%
G = 39.48%
B = 32.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#ACF2C7 (or 0xACF2C7) is known color: Magic Mint. HEX triplet: AC, F2 and C7. RGB value is (172,242,199). Sum of RGB (Red+Green+Blue) = 172+242+199=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2C7 is #530D38. Grayscale: #D8D8D8. Windows color (decimal): -5442873 or 13103788. OLE color: 13103788.

HSL color Cylindrical-coordinate representation of color #ACF2C7: hue angle of 143.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2C7 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 199 -
CMYK 0.29 0 0.18 0.05
HSL 143.14º 0.73% 0.81% -
HSV(B) 143.14º 0.29% 0.95% -
XYZ 59.07 76.4 65.67 -
YUV 216.17 118.31 96.5 -
System Red Green Blue C M Y K H S L
Decimal 172 242 199 0.29 0 0.18 0.05 143.14 0.73 0.81
Hex AC F2 C7 1D 0 12 5 8F 49 51
Octal 254 362 307 35 0 22 5 217 111 121
Binary 10101100 11110010 11000111 11101 0 10010 101 10001111 1001001 1010001

Color Harmonies of #ACF2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2C7

Black with #ACF2C7

Text Example


Text Example

White with #ACF2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2C7; }

 p { color: rgb(172,242,199); }

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

background-color css

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

 a { background-color: rgb(172,242,199); }

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

border-color css

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

 span { border-color: rgb(172,242,199); }

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