Html Css Color HEX #ACE4CC Magic Mint

📋 copy color: '#ACE4CC'

red 172 ◦ green 228 ◦ blue 204

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

Shades of Magic Mint #ACE4CC

Tints of Magic Mint #ACE4CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.77%

R = 28.48%
G = 37.75%
B = 33.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#ACE4CC (or 0xACE4CC) is known color: Magic Mint. HEX triplet: AC, E4 and CC. RGB value is (172,228,204). Sum of RGB (Red+Green+Blue) = 172+228+204=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE4CC is #531B33. Grayscale: #D0D0D0. Windows color (decimal): -5446452 or 13427884. OLE color: 13427884.

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

Color convert

RGB 172 228 204 -
CMYK 0.25 0 0.11 0.11
HSL 154.29º 0.51% 0.78% -
HSV(B) 154.29º 0.25% 0.89% -
XYZ 55.66 68.62 67.44 -
YUV 208.52 125.45 101.95 -
System Red Green Blue C M Y K H S L
Decimal 172 228 204 0.25 0 0.11 0.11 154.29 0.51 0.78
Hex AC E4 CC 19 0 B B 9A 33 4E
Octal 254 344 314 31 0 13 13 232 63 116
Binary 10101100 11100100 11001100 11001 0 1011 1011 10011010 110011 1001110

Color Harmonies of #ACE4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE4CC

Black with #ACE4CC

Text Example


Text Example

White with #ACE4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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