Html Css Color HEX #ACFFC6 Magic Mint

📋 copy color: '#ACFFC6'

red 172 ◦ green 255 ◦ blue 198

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

Shades of Magic Mint #ACFFC6

Tints of Magic Mint #ACFFC6

RGB

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

 GREEN value IS 255 (100% from 255) = 40.8%

 BLUE value IS 198 (77.73% from 255) = 31.68%

R = 27.52%
G = 40.8%
B = 31.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#ACFFC6 (or 0xACFFC6) is known color: Magic Mint. HEX triplet: AC, FF and C6. RGB value is (172,255,198). Sum of RGB (Red+Green+Blue) = 172+255+198=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFC6 is #530039. Grayscale: #DFDFDF. Windows color (decimal): -5439546 or 13041580. OLE color: 13041580.

HSL color Cylindrical-coordinate representation of color #ACFFC6: hue angle of 138.8º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFC6 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 198 -
CMYK 0.33 0 0.22 0
HSL 138.8º 1% 0.84% -
HSV(B) 138.8º 0.33% 1% -
XYZ 62.97 84.37 66.39 -
YUV 223.69 113.5 91.13 -
System Red Green Blue C M Y K H S L
Decimal 172 255 198 0.33 0 0.22 0 138.8 1 0.84
Hex AC FF C6 21 0 16 0 8B 64 54
Octal 254 377 306 41 0 26 0 213 144 124
Binary 10101100 11111111 11000110 100001 0 10110 0 10001011 1100100 1010100

Color Harmonies of #ACFFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFC6

Black with #ACFFC6

Text Example


Text Example

White with #ACFFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFC6; }

 p { color: rgb(172,255,198); }

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

background-color css

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

 a { background-color: rgb(172,255,198); }

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

border-color css

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

 span { border-color: rgb(172,255,198); }

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