Html Css Color HEX #ACEBCC Magic Mint

📋 copy color: '#ACEBCC'

red 172 ◦ green 235 ◦ blue 204

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

Shades of Magic Mint #ACEBCC

Tints of Magic Mint #ACEBCC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.46%

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

R = 28.15%
G = 38.46%
B = 33.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#ACEBCC (or 0xACEBCC) is known color: Magic Mint. HEX triplet: AC, EB and CC. RGB value is (172,235,204). Sum of RGB (Red+Green+Blue) = 172+235+204=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBCC is #531433. Grayscale: #D4D4D4. Windows color (decimal): -5444660 or 13429676. OLE color: 13429676.

HSL color Cylindrical-coordinate representation of color #ACEBCC: hue angle of 150.48º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBCC is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 235 204 -
CMYK 0.27 0 0.13 0.08
HSL 150.48º 0.61% 0.8% -
HSV(B) 150.48º 0.27% 0.92% -
XYZ 57.62 72.55 68.09 -
YUV 212.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 172 235 204 0.27 0 0.13 0.08 150.48 0.61 0.8
Hex AC EB CC 1B 0 D 8 96 3D 50
Octal 254 353 314 33 0 15 10 226 75 120
Binary 10101100 11101011 11001100 11011 0 1101 1000 10010110 111101 1010000

Color Harmonies of #ACEBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBCC

Black with #ACEBCC

Text Example


Text Example

White with #ACEBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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