Html Css Color HEX #ACFFC7 Magic Mint

📋 copy color: '#ACFFC7'

red 172 ◦ green 255 ◦ blue 199

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

Shades of Magic Mint #ACFFC7

Tints of Magic Mint #ACFFC7

RGB

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

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

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

R = 27.48%
G = 40.73%
B = 31.79%

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

#ACFFC7 (or 0xACFFC7) is known color: Magic Mint. HEX triplet: AC, FF and C7. RGB value is (172,255,199). Sum of RGB (Red+Green+Blue) = 172+255+199=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFC7 is #530038. Grayscale: #DFDFDF. Windows color (decimal): -5439545 or 13107116. OLE color: 13107116.

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

Color convert

RGB 172 255 199 -
CMYK 0.33 0 0.22 0
HSL 139.52º 1% 0.84% -
HSV(B) 139.52º 0.33% 1% -
XYZ 63.08 84.41 67 -
YUV 223.8 114 91.05 -
System Red Green Blue C M Y K H S L
Decimal 172 255 199 0.33 0 0.22 0 139.52 1 0.84
Hex AC FF C7 21 0 16 0 8C 64 54
Octal 254 377 307 41 0 26 0 214 144 124
Binary 10101100 11111111 11000111 100001 0 10110 0 10001100 1100100 1010100

Color Harmonies of #ACFFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFC7

Black with #ACFFC7

Text Example


Text Example

White with #ACFFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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