#ACFCC9

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

Shades of Magic Mint #ACFCC9

Tints of Magic Mint #ACFCC9

Color information

#ACFCC9 (or 0xACFCC9) is unknown color: approx Magic Mint. HEX triplet: AC, FC and C9. RGB value is (172,252,201). Sum of RGB (Red+Green+Blue) = 172+252+201=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCC9 is #530336. Grayscale: #DEDEDE. Windows color (decimal): -5440311 or 13237420. OLE color: 13237420.

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

Color convert

RGB172252201-
CMYK0.3200.200.01
HSL141.75º93.02%83.14%-
HSV(B)141.75º31.75%98.82%-
XYZ62.3782.6167.92-
YUV222.2711692.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.52%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 201 (78.91% from 255) = 32.16%
R=27.52%
G=40.32%
B=32.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722522010.3200.200.01141.7593.0283.14
HexACFCC92001418e5d53
Octal254374311400241216135123
Binary10101100111111001100100110000001010011000111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCC9; }

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

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

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

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

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

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

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

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