Html Css Color HEX #ACE4C8 Magic Mint

📋 copy color: '#ACE4C8'

red 172 ◦ green 228 ◦ blue 200

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

Shades of Magic Mint #ACE4C8

Tints of Magic Mint #ACE4C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.33%

R = 28.67%
G = 38%
B = 33.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#ACE4C8 (or 0xACE4C8) is known color: Magic Mint. HEX triplet: AC, E4 and C8. RGB value is (172,228,200). Sum of RGB (Red+Green+Blue) = 172+228+200=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE4C8 is #531B37. Grayscale: #D0D0D0. Windows color (decimal): -5446456 or 13165740. OLE color: 13165740.

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

Color convert

RGB 172 228 200 -
CMYK 0.25 0 0.12 0.11
HSL 150º 0.51% 0.78% -
HSV(B) 150º 0.25% 0.89% -
XYZ 55.18 68.43 64.94 -
YUV 208.06 123.45 102.28 -
System Red Green Blue C M Y K H S L
Decimal 172 228 200 0.25 0 0.12 0.11 150 0.51 0.78
Hex AC E4 C8 19 0 C B 96 33 4E
Octal 254 344 310 31 0 14 13 226 63 116
Binary 10101100 11100100 11001000 11001 0 1100 1011 10010110 110011 1001110

Color Harmonies of #ACE4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE4C8

Black with #ACE4C8

Text Example


Text Example

White with #ACE4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE4C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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