Html Css Color HEX #ACDDC7 Magic Mint

📋 copy color: '#ACDDC7'

red 172 ◦ green 221 ◦ blue 199

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

Shades of Magic Mint #ACDDC7

Tints of Magic Mint #ACDDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.61%

R = 29.05%
G = 37.33%
B = 33.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#ACDDC7 (or 0xACDDC7) is known color: Magic Mint. HEX triplet: AC, DD and C7. RGB value is (172,221,199). Sum of RGB (Red+Green+Blue) = 172+221+199=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDC7 is #532238. Grayscale: #CBCBCB. Windows color (decimal): -5448249 or 13098412. OLE color: 13098412.

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

Color convert

RGB 172 221 199 -
CMYK 0.22 0 0.10 0.13
HSL 153.06º 0.42% 0.77% -
HSV(B) 153.06º 0.22% 0.87% -
XYZ 53.18 64.61 63.7 -
YUV 203.84 125.27 105.29 -
System Red Green Blue C M Y K H S L
Decimal 172 221 199 0.22 0 0.10 0.13 153.06 0.42 0.77
Hex AC DD C7 16 0 A D 99 2A 4D
Octal 254 335 307 26 0 12 15 231 52 115
Binary 10101100 11011101 11000111 10110 0 1010 1101 10011001 101010 1001101

Color Harmonies of #ACDDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDC7

Black with #ACDDC7

Text Example


Text Example

White with #ACDDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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