Html Css Color HEX #ACE8C6 Magic Mint

📋 copy color: '#ACE8C6'

red 172 ◦ green 232 ◦ blue 198

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

Shades of Magic Mint #ACE8C6

Tints of Magic Mint #ACE8C6

RGB

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

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

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

R = 28.57%
G = 38.54%
B = 32.89%

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

#ACE8C6 (or 0xACE8C6) is known color: Magic Mint. HEX triplet: AC, E8 and C6. RGB value is (172,232,198). Sum of RGB (Red+Green+Blue) = 172+232+198=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE8C6 is #531739. Grayscale: #D2D2D2. Windows color (decimal): -5445434 or 13035692. OLE color: 13035692.

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

Color convert

RGB 172 232 198 -
CMYK 0.26 0 0.15 0.09
HSL 146º 0.57% 0.79% -
HSV(B) 146º 0.26% 0.91% -
XYZ 56.06 70.56 64.09 -
YUV 210.18 121.12 100.76 -
System Red Green Blue C M Y K H S L
Decimal 172 232 198 0.26 0 0.15 0.09 146 0.57 0.79
Hex AC E8 C6 1A 0 F 9 92 39 4F
Octal 254 350 306 32 0 17 11 222 71 117
Binary 10101100 11101000 11000110 11010 0 1111 1001 10010010 111001 1001111

Color Harmonies of #ACE8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE8C6

Black with #ACE8C6

Text Example


Text Example

White with #ACE8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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