Html Css Color HEX #ACE4CE Magic Mint

📋 copy color: '#ACE4CE'

red 172 ◦ green 228 ◦ blue 206

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

Shades of Magic Mint #ACE4CE

Tints of Magic Mint #ACE4CE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.62%

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

R = 28.38%
G = 37.62%
B = 33.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#ACE4CE (or 0xACE4CE) is known color: Magic Mint. HEX triplet: AC, E4 and CE. RGB value is (172,228,206). Sum of RGB (Red+Green+Blue) = 172+228+206=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE4CE is #531B31. Grayscale: #D0D0D0. Windows color (decimal): -5446450 or 13558956. OLE color: 13558956.

HSL color Cylindrical-coordinate representation of color #ACE4CE: hue angle of 156.43º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE4CE is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 228 206 -
CMYK 0.25 0 0.10 0.11
HSL 156.43º 0.51% 0.78% -
HSV(B) 156.43º 0.25% 0.89% -
XYZ 55.9 68.71 68.71 -
YUV 208.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 172 228 206 0.25 0 0.10 0.11 156.43 0.51 0.78
Hex AC E4 CE 19 0 A B 9C 33 4E
Octal 254 344 316 31 0 12 13 234 63 116
Binary 10101100 11100100 11001110 11001 0 1010 1011 10011100 110011 1001110

Color Harmonies of #ACE4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE4CE

Black with #ACE4CE

Text Example


Text Example

White with #ACE4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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