Html Css Color HEX #ACF3C7 Magic Mint

📋 copy color: '#ACF3C7'

red 172 ◦ green 243 ◦ blue 199

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

Shades of Magic Mint #ACF3C7

Tints of Magic Mint #ACF3C7

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.58%

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

R = 28.01%
G = 39.58%
B = 32.41%

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

#ACF3C7 (or 0xACF3C7) is known color: Magic Mint. HEX triplet: AC, F3 and C7. RGB value is (172,243,199). Sum of RGB (Red+Green+Blue) = 172+243+199=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3C7 is #530C38. Grayscale: #D8D8D8. Windows color (decimal): -5442617 or 13104044. OLE color: 13104044.

HSL color Cylindrical-coordinate representation of color #ACF3C7: hue angle of 142.82º degrees, saturation: 0.75, 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 #ACF3C7 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 243 199 -
CMYK 0.29 0 0.18 0.05
HSL 142.82º 0.75% 0.81% -
HSV(B) 142.82º 0.29% 0.95% -
XYZ 59.37 77 65.77 -
YUV 216.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 172 243 199 0.29 0 0.18 0.05 142.82 0.75 0.81
Hex AC F3 C7 1D 0 12 5 8F 4B 51
Octal 254 363 307 35 0 22 5 217 113 121
Binary 10101100 11110011 11000111 11101 0 10010 101 10001111 1001011 1010001

Color Harmonies of #ACF3C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF3C7

Black with #ACF3C7

Text Example


Text Example

White with #ACF3C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF3C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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