Html Css Color HEX #ACDFC8 Magic Mint

📋 copy color: '#ACDFC8'

red 172 ◦ green 223 ◦ blue 200

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

Shades of Magic Mint #ACDFC8

Tints of Magic Mint #ACDFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.61%

R = 28.91%
G = 37.48%
B = 33.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#ACDFC8 (or 0xACDFC8) is known color: Magic Mint. HEX triplet: AC, DF and C8. RGB value is (172,223,200). Sum of RGB (Red+Green+Blue) = 172+223+200=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFC8 is #532037. Grayscale: #CDCDCD. Windows color (decimal): -5447736 or 13164460. OLE color: 13164460.

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

Color convert

RGB 172 223 200 -
CMYK 0.23 0 0.10 0.13
HSL 152.94º 0.44% 0.77% -
HSV(B) 152.94º 0.23% 0.87% -
XYZ 53.83 65.72 64.49 -
YUV 205.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 172 223 200 0.23 0 0.10 0.13 152.94 0.44 0.77
Hex AC DF C8 17 0 A D 99 2C 4D
Octal 254 337 310 27 0 12 15 231 54 115
Binary 10101100 11011111 11001000 10111 0 1010 1101 10011001 101100 1001101

Color Harmonies of #ACDFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFC8

Black with #ACDFC8

Text Example


Text Example

White with #ACDFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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