Html Css Color HEX #ACEBD2 Magic Mint

📋 copy color: '#ACEBD2'

red 172 ◦ green 235 ◦ blue 210

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

Shades of Magic Mint #ACEBD2

Tints of Magic Mint #ACEBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.04%

R = 27.88%
G = 38.09%
B = 34.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#ACEBD2 (or 0xACEBD2) is known color: Magic Mint. HEX triplet: AC, EB and D2. RGB value is (172,235,210). Sum of RGB (Red+Green+Blue) = 172+235+210=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBD2 is #53142D. Grayscale: #D5D5D5. Windows color (decimal): -5444654 or 13822892. OLE color: 13822892.

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

Color convert

RGB 172 235 210 -
CMYK 0.27 0 0.11 0.08
HSL 156.19º 0.61% 0.8% -
HSV(B) 156.19º 0.27% 0.92% -
XYZ 58.35 72.84 71.96 -
YUV 213.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 172 235 210 0.27 0 0.11 0.08 156.19 0.61 0.8
Hex AC EB D2 1B 0 B 8 9C 3D 50
Octal 254 353 322 33 0 13 10 234 75 120
Binary 10101100 11101011 11010010 11011 0 1011 1000 10011100 111101 1010000

Color Harmonies of #ACEBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBD2

Black with #ACEBD2

Text Example


Text Example

White with #ACEBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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