Html Css Color HEX #ACEDD5 Magic Mint

📋 copy color: '#ACEDD5'

red 172 ◦ green 237 ◦ blue 213

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

Shades of Magic Mint #ACEDD5

Tints of Magic Mint #ACEDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.24%

R = 27.65%
G = 38.1%
B = 34.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ACEDD5 (or 0xACEDD5) is known color: Magic Mint. HEX triplet: AC, ED and D5. RGB value is (172,237,213). Sum of RGB (Red+Green+Blue) = 172+237+213=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDD5 is #53122A. Grayscale: #D6D6D6. Windows color (decimal): -5444139 or 14020012. OLE color: 14020012.

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

Color convert

RGB 172 237 213 -
CMYK 0.27 0 0.10 0.07
HSL 157.85º 0.64% 0.8% -
HSV(B) 157.85º 0.27% 0.93% -
XYZ 59.31 74.14 74.14 -
YUV 214.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 172 237 213 0.27 0 0.10 0.07 157.85 0.64 0.8
Hex AC ED D5 1B 0 A 7 9E 40 50
Octal 254 355 325 33 0 12 7 236 100 120
Binary 10101100 11101101 11010101 11011 0 1010 111 10011110 1000000 1010000

Color Harmonies of #ACEDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDD5

Black with #ACEDD5

Text Example


Text Example

White with #ACEDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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