Html Css Color HEX #ACE0C7 Magic Mint

📋 copy color: '#ACE0C7'

red 172 ◦ green 224 ◦ blue 199

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

Shades of Magic Mint #ACE0C7

Tints of Magic Mint #ACE0C7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.65%

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

R = 28.91%
G = 37.65%
B = 33.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#ACE0C7 (or 0xACE0C7) is known color: Magic Mint. HEX triplet: AC, E0 and C7. RGB value is (172,224,199). Sum of RGB (Red+Green+Blue) = 172+224+199=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0C7 is #531F38. Grayscale: #CDCDCD. Windows color (decimal): -5447481 or 13099180. OLE color: 13099180.

HSL color Cylindrical-coordinate representation of color #ACE0C7: hue angle of 151.15º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0C7 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 224 199 -
CMYK 0.23 0 0.11 0.12
HSL 151.15º 0.46% 0.78% -
HSV(B) 151.15º 0.23% 0.88% -
XYZ 53.98 66.21 63.97 -
YUV 205.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 172 224 199 0.23 0 0.11 0.12 151.15 0.46 0.78
Hex AC E0 C7 17 0 B C 97 2E 4E
Octal 254 340 307 27 0 13 14 227 56 116
Binary 10101100 11100000 11000111 10111 0 1011 1100 10010111 101110 1001110

Color Harmonies of #ACE0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0C7

Black with #ACE0C7

Text Example


Text Example

White with #ACE0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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