Html Css Color HEX #ACDEC7 Magic Mint

📋 copy color: '#ACDEC7'

red 172 ◦ green 222 ◦ blue 199

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

Shades of Magic Mint #ACDEC7

Tints of Magic Mint #ACDEC7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.44%

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

R = 29.01%
G = 37.44%
B = 33.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#ACDEC7 (or 0xACDEC7) is known color: Magic Mint. HEX triplet: AC, DE and C7. RGB value is (172,222,199). Sum of RGB (Red+Green+Blue) = 172+222+199=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEC7 is #532138. Grayscale: #CCCCCC. Windows color (decimal): -5447993 or 13098668. OLE color: 13098668.

HSL color Cylindrical-coordinate representation of color #ACDEC7: hue angle of 152.4º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDEC7 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 222 199 -
CMYK 0.23 0 0.10 0.13
HSL 152.4º 0.43% 0.77% -
HSV(B) 152.4º 0.23% 0.87% -
XYZ 53.44 65.14 63.79 -
YUV 204.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 172 222 199 0.23 0 0.10 0.13 152.4 0.43 0.77
Hex AC DE C7 17 0 A D 98 2B 4D
Octal 254 336 307 27 0 12 15 230 53 115
Binary 10101100 11011110 11000111 10111 0 1010 1101 10011000 101011 1001101

Color Harmonies of #ACDEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEC7

Black with #ACDEC7

Text Example


Text Example

White with #ACDEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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