Html Css Color HEX #ACEDD4 Magic Mint

📋 copy color: '#ACEDD4'

red 172 ◦ green 237 ◦ blue 212

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

Shades of Magic Mint #ACEDD4

Tints of Magic Mint #ACEDD4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.16%

 BLUE value IS 212 (83.2% from 255) = 34.14%

R = 27.7%
G = 38.16%
B = 34.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ACEDD4 (or 0xACEDD4) is known color: Magic Mint. HEX triplet: AC, ED and D4. RGB value is (172,237,212). Sum of RGB (Red+Green+Blue) = 172+237+212=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDD4 is #53122B. Grayscale: #D6D6D6. Windows color (decimal): -5444140 or 13954476. OLE color: 13954476.

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

Color convert

RGB 172 237 212 -
CMYK 0.27 0 0.11 0.07
HSL 156.92º 0.64% 0.8% -
HSV(B) 156.92º 0.27% 0.93% -
XYZ 59.18 74.09 73.47 -
YUV 214.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 172 237 212 0.27 0 0.11 0.07 156.92 0.64 0.8
Hex AC ED D4 1B 0 B 7 9D 40 50
Octal 254 355 324 33 0 13 7 235 100 120
Binary 10101100 11101101 11010100 11011 0 1011 111 10011101 1000000 1010000

Color Harmonies of #ACEDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDD4

Black with #ACEDD4

Text Example


Text Example

White with #ACEDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDD4; }

 p { color: rgb(172,237,212); }

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

background-color css

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

 a { background-color: rgb(172,237,212); }

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

border-color css

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

 span { border-color: rgb(172,237,212); }

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