Html Css Color HEX #ACE1C7 Magic Mint

📋 copy color: '#ACE1C7'

red 172 ◦ green 225 ◦ blue 199

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

Shades of Magic Mint #ACE1C7

Tints of Magic Mint #ACE1C7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.75%

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

R = 28.86%
G = 37.75%
B = 33.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#ACE1C7 (or 0xACE1C7) is known color: Magic Mint. HEX triplet: AC, E1 and C7. RGB value is (172,225,199). Sum of RGB (Red+Green+Blue) = 172+225+199=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1C7 is #531E38. Grayscale: #CECECE. Windows color (decimal): -5447225 or 13099436. OLE color: 13099436.

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

Color convert

RGB 172 225 199 -
CMYK 0.24 0 0.12 0.12
HSL 150.57º 0.47% 0.78% -
HSV(B) 150.57º 0.24% 0.88% -
XYZ 54.25 66.74 64.06 -
YUV 206.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 172 225 199 0.24 0 0.12 0.12 150.57 0.47 0.78
Hex AC E1 C7 18 0 C C 97 2F 4E
Octal 254 341 307 30 0 14 14 227 57 116
Binary 10101100 11100001 11000111 11000 0 1100 1100 10010111 101111 1001110

Color Harmonies of #ACE1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1C7

Black with #ACE1C7

Text Example


Text Example

White with #ACE1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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