Html Css Color HEX #ACE8C5 Magic Mint

📋 copy color: '#ACE8C5'

red 172 ◦ green 232 ◦ blue 197

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

Shades of Magic Mint #ACE8C5

Tints of Magic Mint #ACE8C5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.6%

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

R = 28.62%
G = 38.6%
B = 32.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#ACE8C5 (or 0xACE8C5) is known color: Magic Mint. HEX triplet: AC, E8 and C5. RGB value is (172,232,197). Sum of RGB (Red+Green+Blue) = 172+232+197=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE8C5 is #53173A. Grayscale: #D2D2D2. Windows color (decimal): -5445435 or 12970156. OLE color: 12970156.

HSL color Cylindrical-coordinate representation of color #ACE8C5: hue angle of 145º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE8C5 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 232 197 -
CMYK 0.26 0 0.15 0.09
HSL 145º 0.57% 0.79% -
HSV(B) 145º 0.26% 0.91% -
XYZ 55.95 70.52 63.49 -
YUV 210.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 172 232 197 0.26 0 0.15 0.09 145 0.57 0.79
Hex AC E8 C5 1A 0 F 9 91 39 4F
Octal 254 350 305 32 0 17 11 221 71 117
Binary 10101100 11101000 11000101 11010 0 1111 1001 10010001 111001 1001111

Color Harmonies of #ACE8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE8C5

Black with #ACE8C5

Text Example


Text Example

White with #ACE8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE8C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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