#ACFCC7

Color #ACFCC7 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #ACFCC7

Tints of Magic Mint #ACFCC7

Color information

#ACFCC7 (or 0xACFCC7) is unknown color: approx Magic Mint. HEX triplet: AC, FC and C7. RGB value is (172,252,199). Sum of RGB (Red+Green+Blue) = 172+252+199=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCC7 is #530338. Grayscale: #DEDEDE. Windows color (decimal): -5440313 or 13106348. OLE color: 13106348.

HSL color Cylindrical-coordinate representation of color #ACFCC7: hue angle of 140.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCC7 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB172252199-
CMYK0.3200.210.01
HSL140.25º93.02%83.14%-
HSV(B)140.25º31.75%98.82%-
XYZ62.1382.5166.69-
YUV222.0411592.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.61%
GREEN value IS 252 (98.83% from 255) = 40.45%
BLUE value IS 199 (78.12% from 255) = 31.94%
R=27.61%
G=40.45%
B=31.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722521990.3200.210.01140.2593.0283.14
HexACFCC72001518c5d53
Octal254374307400251214135123
Binary10101100111111001100011110000001010111000110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCC7; }

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

 H1.HeaderClassName
 {
   color: #ACFCC7;
 }
 .AnyTagClassName
 {
   color: #ACFCC7;
 }
</style>
background-color css

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

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

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

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

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

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