Html Css Color HEX #ACF2C5 Magic Mint

📋 copy color: '#ACF2C5'

red 172 ◦ green 242 ◦ blue 197

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

Shades of Magic Mint #ACF2C5

Tints of Magic Mint #ACF2C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.24%

R = 28.15%
G = 39.61%
B = 32.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#ACF2C5 (or 0xACF2C5) is known color: Magic Mint. HEX triplet: AC, F2 and C5. RGB value is (172,242,197). Sum of RGB (Red+Green+Blue) = 172+242+197=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2C5 is #530D3A. Grayscale: #D8D8D8. Windows color (decimal): -5442875 or 12972716. OLE color: 12972716.

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

Color convert

RGB 172 242 197 -
CMYK 0.29 0 0.19 0.05
HSL 141.43º 0.73% 0.81% -
HSV(B) 141.43º 0.29% 0.95% -
XYZ 58.84 76.31 64.45 -
YUV 215.94 117.31 96.66 -
System Red Green Blue C M Y K H S L
Decimal 172 242 197 0.29 0 0.19 0.05 141.43 0.73 0.81
Hex AC F2 C5 1D 0 13 5 8D 49 51
Octal 254 362 305 35 0 23 5 215 111 121
Binary 10101100 11110010 11000101 11101 0 10011 101 10001101 1001001 1010001

Color Harmonies of #ACF2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2C5

Black with #ACF2C5

Text Example


Text Example

White with #ACF2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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