Html Css Color HEX #ACDFC6 Magic Mint

📋 copy color: '#ACDFC6'

red 172 ◦ green 223 ◦ blue 198

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

Shades of Magic Mint #ACDFC6

Tints of Magic Mint #ACDFC6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.61%

 BLUE value IS 198 (77.73% from 255) = 33.39%

R = 29.01%
G = 37.61%
B = 33.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#ACDFC6 (or 0xACDFC6) is known color: Magic Mint. HEX triplet: AC, DF and C6. RGB value is (172,223,198). Sum of RGB (Red+Green+Blue) = 172+223+198=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFC6 is #532039. Grayscale: #CCCCCC. Windows color (decimal): -5447738 or 13033388. OLE color: 13033388.

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

Color convert

RGB 172 223 198 -
CMYK 0.23 0 0.11 0.13
HSL 150.59º 0.44% 0.77% -
HSV(B) 150.59º 0.23% 0.87% -
XYZ 53.59 65.62 63.27 -
YUV 204.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 172 223 198 0.23 0 0.11 0.13 150.59 0.44 0.77
Hex AC DF C6 17 0 B D 97 2C 4D
Octal 254 337 306 27 0 13 15 227 54 115
Binary 10101100 11011111 11000110 10111 0 1011 1101 10010111 101100 1001101

Color Harmonies of #ACDFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFC6

Black with #ACDFC6

Text Example


Text Example

White with #ACDFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFC6; }

 p { color: rgb(172,223,198); }

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

background-color css

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

 a { background-color: rgb(172,223,198); }

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

border-color css

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

 span { border-color: rgb(172,223,198); }

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