Html Css Color HEX #ACE9CE Magic Mint

📋 copy color: '#ACE9CE'

red 172 ◦ green 233 ◦ blue 206

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

Shades of Magic Mint #ACE9CE

Tints of Magic Mint #ACE9CE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.13%

 BLUE value IS 206 (80.86% from 255) = 33.72%

R = 28.15%
G = 38.13%
B = 33.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#ACE9CE (or 0xACE9CE) is known color: Magic Mint. HEX triplet: AC, E9 and CE. RGB value is (172,233,206). Sum of RGB (Red+Green+Blue) = 172+233+206=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9CE is #531631. Grayscale: #D3D3D3. Windows color (decimal): -5445170 or 13560236. OLE color: 13560236.

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

Color convert

RGB 172 233 206 -
CMYK 0.26 0 0.12 0.09
HSL 153.44º 0.58% 0.79% -
HSV(B) 153.44º 0.26% 0.91% -
XYZ 57.29 71.5 69.17 -
YUV 211.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 172 233 206 0.26 0 0.12 0.09 153.44 0.58 0.79
Hex AC E9 CE 1A 0 C 9 99 3A 4F
Octal 254 351 316 32 0 14 11 231 72 117
Binary 10101100 11101001 11001110 11010 0 1100 1001 10011001 111010 1001111

Color Harmonies of #ACE9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE9CE

Black with #ACE9CE

Text Example


Text Example

White with #ACE9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE9CE; }

 p { color: rgb(172,233,206); }

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

background-color css

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

 a { background-color: rgb(172,233,206); }

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

border-color css

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

 span { border-color: rgb(172,233,206); }

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