Html Css Color HEX #ACEDC7 Magic Mint

📋 copy color: '#ACEDC7'

red 172 ◦ green 237 ◦ blue 199

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

Shades of Magic Mint #ACEDC7

Tints of Magic Mint #ACEDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.73%

R = 28.29%
G = 38.98%
B = 32.73%

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

#ACEDC7 (or 0xACEDC7) is known color: Magic Mint. HEX triplet: AC, ED and C7. RGB value is (172,237,199). Sum of RGB (Red+Green+Blue) = 172+237+199=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDC7 is #531238. Grayscale: #D5D5D5. Windows color (decimal): -5444153 or 13102508. OLE color: 13102508.

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

Color convert

RGB 172 237 199 -
CMYK 0.27 0 0.16 0.07
HSL 144.92º 0.64% 0.8% -
HSV(B) 144.92º 0.27% 0.93% -
XYZ 57.61 73.46 65.18 -
YUV 213.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 172 237 199 0.27 0 0.16 0.07 144.92 0.64 0.8
Hex AC ED C7 1B 0 10 7 91 40 50
Octal 254 355 307 33 0 20 7 221 100 120
Binary 10101100 11101101 11000111 11011 0 10000 111 10010001 1000000 1010000

Color Harmonies of #ACEDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDC7

Black with #ACEDC7

Text Example


Text Example

White with #ACEDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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