Html Css Color HEX #ACDDC4 Magic Mint

📋 copy color: '#ACDDC4'

red 172 ◦ green 221 ◦ blue 196

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

Shades of Magic Mint #ACDDC4

Tints of Magic Mint #ACDDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.52%

 BLUE value IS 196 (76.95% from 255) = 33.28%

R = 29.2%
G = 37.52%
B = 33.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#ACDDC4 (or 0xACDDC4) is known color: Magic Mint. HEX triplet: AC, DD and C4. RGB value is (172,221,196). Sum of RGB (Red+Green+Blue) = 172+221+196=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDC4 is #53223B. Grayscale: #CBCBCB. Windows color (decimal): -5448252 or 12901804. OLE color: 12901804.

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

Color convert

RGB 172 221 196 -
CMYK 0.22 0 0.11 0.13
HSL 149.39º 0.42% 0.77% -
HSV(B) 149.39º 0.22% 0.87% -
XYZ 52.83 64.47 61.88 -
YUV 203.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 172 221 196 0.22 0 0.11 0.13 149.39 0.42 0.77
Hex AC DD C4 16 0 B D 95 2A 4D
Octal 254 335 304 26 0 13 15 225 52 115
Binary 10101100 11011101 11000100 10110 0 1011 1101 10010101 101010 1001101

Color Harmonies of #ACDDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDC4

Black with #ACDDC4

Text Example


Text Example

White with #ACDDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDC4; }

 p { color: rgb(172,221,196); }

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

background-color css

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

 a { background-color: rgb(172,221,196); }

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

border-color css

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

 span { border-color: rgb(172,221,196); }

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