Html Css Color HEX #ACDEC8 Magic Mint

📋 copy color: '#ACDEC8'

red 172 ◦ green 222 ◦ blue 200

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

Shades of Magic Mint #ACDEC8

Tints of Magic Mint #ACDEC8

RGB

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

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

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

R = 28.96%
G = 37.37%
B = 33.67%

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

#ACDEC8 (or 0xACDEC8) is known color: Magic Mint. HEX triplet: AC, DE and C8. RGB value is (172,222,200). Sum of RGB (Red+Green+Blue) = 172+222+200=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEC8 is #532137. Grayscale: #CCCCCC. Windows color (decimal): -5447992 or 13164204. OLE color: 13164204.

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

Color convert

RGB 172 222 200 -
CMYK 0.23 0 0.10 0.13
HSL 153.6º 0.43% 0.77% -
HSV(B) 153.6º 0.23% 0.87% -
XYZ 53.56 65.18 64.4 -
YUV 204.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 172 222 200 0.23 0 0.10 0.13 153.6 0.43 0.77
Hex AC DE C8 17 0 A D 9A 2B 4D
Octal 254 336 310 27 0 12 15 232 53 115
Binary 10101100 11011110 11001000 10111 0 1010 1101 10011010 101011 1001101

Color Harmonies of #ACDEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEC8

Black with #ACDEC8

Text Example


Text Example

White with #ACDEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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