Html Css Color HEX #ACEDC8 Magic Mint

📋 copy color: '#ACEDC8'

red 172 ◦ green 237 ◦ blue 200

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

Shades of Magic Mint #ACEDC8

Tints of Magic Mint #ACEDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.84%

R = 28.24%
G = 38.92%
B = 32.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ACEDC8 (or 0xACEDC8) is known color: Magic Mint. HEX triplet: AC, ED and C8. RGB value is (172,237,200). Sum of RGB (Red+Green+Blue) = 172+237+200=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDC8 is #531237. Grayscale: #D5D5D5. Windows color (decimal): -5444152 or 13168044. OLE color: 13168044.

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

Color convert

RGB 172 237 200 -
CMYK 0.27 0 0.16 0.07
HSL 145.85º 0.64% 0.8% -
HSV(B) 145.85º 0.27% 0.93% -
XYZ 57.72 73.51 65.79 -
YUV 213.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 172 237 200 0.27 0 0.16 0.07 145.85 0.64 0.8
Hex AC ED C8 1B 0 10 7 92 40 50
Octal 254 355 310 33 0 20 7 222 100 120
Binary 10101100 11101101 11001000 11011 0 10000 111 10010010 1000000 1010000

Color Harmonies of #ACEDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDC8

Black with #ACEDC8

Text Example


Text Example

White with #ACEDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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