Html Css Color HEX #ACE2CC Magic Mint

📋 copy color: '#ACE2CC'

red 172 ◦ green 226 ◦ blue 204

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

Shades of Magic Mint #ACE2CC

Tints of Magic Mint #ACE2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.54%

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

R = 28.57%
G = 37.54%
B = 33.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#ACE2CC (or 0xACE2CC) is known color: Magic Mint. HEX triplet: AC, E2 and CC. RGB value is (172,226,204). Sum of RGB (Red+Green+Blue) = 172+226+204=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2CC is #531D33. Grayscale: #CFCFCF. Windows color (decimal): -5446964 or 13427372. OLE color: 13427372.

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

Color convert

RGB 172 226 204 -
CMYK 0.24 0 0.10 0.11
HSL 155.56º 0.48% 0.78% -
HSV(B) 155.56º 0.24% 0.89% -
XYZ 55.11 67.52 67.26 -
YUV 207.35 126.11 102.79 -
System Red Green Blue C M Y K H S L
Decimal 172 226 204 0.24 0 0.10 0.11 155.56 0.48 0.78
Hex AC E2 CC 18 0 A B 9C 30 4E
Octal 254 342 314 30 0 12 13 234 60 116
Binary 10101100 11100010 11001100 11000 0 1010 1011 10011100 110000 1001110

Color Harmonies of #ACE2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE2CC

Black with #ACE2CC

Text Example


Text Example

White with #ACE2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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