Html Css Color HEX #ACE1C6 Magic Mint

📋 copy color: '#ACE1C6'

red 172 ◦ green 225 ◦ blue 198

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

Shades of Magic Mint #ACE1C6

Tints of Magic Mint #ACE1C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.28%

R = 28.91%
G = 37.82%
B = 33.28%

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

#ACE1C6 (or 0xACE1C6) is known color: Magic Mint. HEX triplet: AC, E1 and C6. RGB value is (172,225,198). Sum of RGB (Red+Green+Blue) = 172+225+198=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1C6 is #531E39. Grayscale: #CECECE. Windows color (decimal): -5447226 or 13033900. OLE color: 13033900.

HSL color Cylindrical-coordinate representation of color #ACE1C6: hue angle of 149.43º 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 #ACE1C6 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 225 198 -
CMYK 0.24 0 0.12 0.12
HSL 149.43º 0.47% 0.78% -
HSV(B) 149.43º 0.24% 0.88% -
XYZ 54.13 66.7 63.45 -
YUV 206.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 172 225 198 0.24 0 0.12 0.12 149.43 0.47 0.78
Hex AC E1 C6 18 0 C C 95 2F 4E
Octal 254 341 306 30 0 14 14 225 57 116
Binary 10101100 11100001 11000110 11000 0 1100 1100 10010101 101111 1001110

Color Harmonies of #ACE1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1C6

Black with #ACE1C6

Text Example


Text Example

White with #ACE1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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