Html Css Color HEX #ACE0C3 Magic Mint

📋 copy color: '#ACE0C3'

red 172 ◦ green 224 ◦ blue 195

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

Shades of Magic Mint #ACE0C3

Tints of Magic Mint #ACE0C3

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.9%

 BLUE value IS 195 (76.56% from 255) = 32.99%

R = 29.1%
G = 37.9%
B = 32.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#ACE0C3 (or 0xACE0C3) is known color: Magic Mint. HEX triplet: AC, E0 and C3. RGB value is (172,224,195). Sum of RGB (Red+Green+Blue) = 172+224+195=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0C3 is #531F3C. Grayscale: #CDCDCD. Windows color (decimal): -5447485 or 12837036. OLE color: 12837036.

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

Color convert

RGB 172 224 195 -
CMYK 0.23 0 0.13 0.12
HSL 146.54º 0.46% 0.78% -
HSV(B) 146.54º 0.23% 0.88% -
XYZ 53.52 66.02 61.55 -
YUV 205.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 172 224 195 0.23 0 0.13 0.12 146.54 0.46 0.78
Hex AC E0 C3 17 0 D C 93 2E 4E
Octal 254 340 303 27 0 15 14 223 56 116
Binary 10101100 11100000 11000011 10111 0 1101 1100 10010011 101110 1001110

Color Harmonies of #ACE0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0C3

Black with #ACE0C3

Text Example


Text Example

White with #ACE0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0C3; }

 p { color: rgb(172,224,195); }

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

background-color css

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

 a { background-color: rgb(172,224,195); }

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

border-color css

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

 span { border-color: rgb(172,224,195); }

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