Html Css Color HEX #ACDFC2 Magic Mint

📋 copy color: '#ACDFC2'

red 172 ◦ green 223 ◦ blue 194

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

Shades of Magic Mint #ACDFC2

Tints of Magic Mint #ACDFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.94%

R = 29.2%
G = 37.86%
B = 32.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#ACDFC2 (or 0xACDFC2) is known color: Magic Mint. HEX triplet: AC, DF and C2. RGB value is (172,223,194). Sum of RGB (Red+Green+Blue) = 172+223+194=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFC2 is #53203D. Grayscale: #CCCCCC. Windows color (decimal): -5447742 or 12771244. OLE color: 12771244.

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

Color convert

RGB 172 223 194 -
CMYK 0.23 0 0.13 0.13
HSL 145.88º 0.44% 0.77% -
HSV(B) 145.88º 0.23% 0.87% -
XYZ 53.14 65.44 60.87 -
YUV 204.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 172 223 194 0.23 0 0.13 0.13 145.88 0.44 0.77
Hex AC DF C2 17 0 D D 92 2C 4D
Octal 254 337 302 27 0 15 15 222 54 115
Binary 10101100 11011111 11000010 10111 0 1101 1101 10010010 101100 1001101

Color Harmonies of #ACDFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFC2

Black with #ACDFC2

Text Example


Text Example

White with #ACDFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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