Html Css Color HEX #ACEAD2 Magic Mint

📋 copy color: '#ACEAD2'

red 172 ◦ green 234 ◦ blue 210

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

Shades of Magic Mint #ACEAD2

Tints of Magic Mint #ACEAD2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.99%

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

R = 27.92%
G = 37.99%
B = 34.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#ACEAD2 (or 0xACEAD2) is known color: Magic Mint. HEX triplet: AC, EA and D2. RGB value is (172,234,210). Sum of RGB (Red+Green+Blue) = 172+234+210=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAD2 is #53152D. Grayscale: #D4D4D4. Windows color (decimal): -5444910 or 13822636. OLE color: 13822636.

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

Color convert

RGB 172 234 210 -
CMYK 0.26 0 0.10 0.08
HSL 156.77º 0.6% 0.8% -
HSV(B) 156.77º 0.26% 0.92% -
XYZ 58.07 72.27 71.86 -
YUV 212.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 172 234 210 0.26 0 0.10 0.08 156.77 0.6 0.8
Hex AC EA D2 1A 0 A 8 9D 3C 50
Octal 254 352 322 32 0 12 10 235 74 120
Binary 10101100 11101010 11010010 11010 0 1010 1000 10011101 111100 1010000

Color Harmonies of #ACEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAD2

Black with #ACEAD2

Text Example


Text Example

White with #ACEAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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