#ACFCC6

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

Shades of Magic Mint #ACFCC6

Tints of Magic Mint #ACFCC6

Color information

#ACFCC6 (or 0xACFCC6) is unknown color: approx Magic Mint. HEX triplet: AC, FC and C6. RGB value is (172,252,198). Sum of RGB (Red+Green+Blue) = 172+252+198=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCC6 is #530339. Grayscale: #DEDEDE. Windows color (decimal): -5440314 or 13040812. OLE color: 13040812.

HSL color Cylindrical-coordinate representation of color #ACFCC6: hue angle of 139.5º 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 #ACFCC6 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB172252198-
CMYK0.3200.210.01
HSL139.5º93.02%83.14%-
HSV(B)139.5º31.75%98.82%-
XYZ62.0282.4766.08-
YUV221.92114.592.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.65%
GREEN value IS 252 (98.83% from 255) = 40.51%
BLUE value IS 198 (77.73% from 255) = 31.83%
R=27.65%
G=40.51%
B=31.83%

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
Decimal1722521980.3200.210.01139.593.0283.14
HexACFCC62001518c5d53
Octal254374306400251214135123
Binary10101100111111001100011010000001010111000110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCC6; }

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

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

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

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

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

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

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

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