Html Css Color HEX #ACE8C7 Magic Mint

📋 copy color: '#ACE8C7'

red 172 ◦ green 232 ◦ blue 199

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

Shades of Magic Mint #ACE8C7

Tints of Magic Mint #ACE8C7

RGB

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

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

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

R = 28.52%
G = 38.47%
B = 33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#ACE8C7 (or 0xACE8C7) is known color: Magic Mint. HEX triplet: AC, E8 and C7. RGB value is (172,232,199). Sum of RGB (Red+Green+Blue) = 172+232+199=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE8C7 is #531738. Grayscale: #D2D2D2. Windows color (decimal): -5445433 or 13101228. OLE color: 13101228.

HSL color Cylindrical-coordinate representation of color #ACE8C7: hue angle of 147º 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 #ACE8C7 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 232 199 -
CMYK 0.26 0 0.14 0.09
HSL 147º 0.57% 0.79% -
HSV(B) 147º 0.26% 0.91% -
XYZ 56.18 70.61 64.7 -
YUV 210.3 121.62 100.68 -
System Red Green Blue C M Y K H S L
Decimal 172 232 199 0.26 0 0.14 0.09 147 0.57 0.79
Hex AC E8 C7 1A 0 E 9 93 39 4F
Octal 254 350 307 32 0 16 11 223 71 117
Binary 10101100 11101000 11000111 11010 0 1110 1001 10010011 111001 1001111

Color Harmonies of #ACE8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE8C7

Black with #ACE8C7

Text Example


Text Example

White with #ACE8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE8C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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