Html Css Color HEX #ACECCC Magic Mint

📋 copy color: '#ACECCC'

red 172 ◦ green 236 ◦ blue 204

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

Shades of Magic Mint #ACECCC

Tints of Magic Mint #ACECCC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.56%

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

R = 28.1%
G = 38.56%
B = 33.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ACECCC (or 0xACECCC) is known color: Magic Mint. HEX triplet: AC, EC and CC. RGB value is (172,236,204). Sum of RGB (Red+Green+Blue) = 172+236+204=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECCC is #531333. Grayscale: #D5D5D5. Windows color (decimal): -5444404 or 13429932. OLE color: 13429932.

HSL color Cylindrical-coordinate representation of color #ACECCC: hue angle of 150º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACECCC is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 236 204 -
CMYK 0.27 0 0.14 0.07
HSL 150º 0.63% 0.8% -
HSV(B) 150º 0.27% 0.93% -
XYZ 57.91 73.12 68.19 -
YUV 213.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 172 236 204 0.27 0 0.14 0.07 150 0.63 0.8
Hex AC EC CC 1B 0 E 7 96 3F 50
Octal 254 354 314 33 0 16 7 226 77 120
Binary 10101100 11101100 11001100 11011 0 1110 111 10010110 111111 1010000

Color Harmonies of #ACECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACECCC

Black with #ACECCC

Text Example


Text Example

White with #ACECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACECCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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