Html Css Color HEX #ACEDC5 Magic Mint

📋 copy color: '#ACEDC5'

red 172 ◦ green 237 ◦ blue 197

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

Shades of Magic Mint #ACEDC5

Tints of Magic Mint #ACEDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.51%

R = 28.38%
G = 39.11%
B = 32.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ACEDC5 (or 0xACEDC5) is known color: Magic Mint. HEX triplet: AC, ED and C5. RGB value is (172,237,197). Sum of RGB (Red+Green+Blue) = 172+237+197=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDC5 is #53123A. Grayscale: #D5D5D5. Windows color (decimal): -5444155 or 12971436. OLE color: 12971436.

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

Color convert

RGB 172 237 197 -
CMYK 0.27 0 0.17 0.07
HSL 143.08º 0.64% 0.8% -
HSV(B) 143.08º 0.27% 0.93% -
XYZ 57.38 73.37 63.96 -
YUV 213.01 118.97 98.75 -
System Red Green Blue C M Y K H S L
Decimal 172 237 197 0.27 0 0.17 0.07 143.08 0.64 0.8
Hex AC ED C5 1B 0 11 7 8F 40 50
Octal 254 355 305 33 0 21 7 217 100 120
Binary 10101100 11101101 11000101 11011 0 10001 111 10001111 1000000 1010000

Color Harmonies of #ACEDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDC5

Black with #ACEDC5

Text Example


Text Example

White with #ACEDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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