Html Css Color HEX #ACDFC5 Magic Mint

📋 copy color: '#ACDFC5'

red 172 ◦ green 223 ◦ blue 197

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

Shades of Magic Mint #ACDFC5

Tints of Magic Mint #ACDFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.28%

R = 29.05%
G = 37.67%
B = 33.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#ACDFC5 (or 0xACDFC5) is known color: Magic Mint. HEX triplet: AC, DF and C5. RGB value is (172,223,197). Sum of RGB (Red+Green+Blue) = 172+223+197=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFC5 is #53203A. Grayscale: #CCCCCC. Windows color (decimal): -5447739 or 12967852. OLE color: 12967852.

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

Color convert

RGB 172 223 197 -
CMYK 0.23 0 0.12 0.13
HSL 149.41º 0.44% 0.77% -
HSV(B) 149.41º 0.23% 0.87% -
XYZ 53.48 65.58 62.66 -
YUV 204.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 172 223 197 0.23 0 0.12 0.13 149.41 0.44 0.77
Hex AC DF C5 17 0 C D 95 2C 4D
Octal 254 337 305 27 0 14 15 225 54 115
Binary 10101100 11011111 11000101 10111 0 1100 1101 10010101 101100 1001101

Color Harmonies of #ACDFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFC5

Black with #ACDFC5

Text Example


Text Example

White with #ACDFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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