#ACFCCD

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

Shades of Magic Mint #ACFCCD

Tints of Magic Mint #ACFCCD

Color information

#ACFCCD (or 0xACFCCD) is unknown color: approx Magic Mint. HEX triplet: AC, FC and CD. RGB value is (172,252,205). Sum of RGB (Red+Green+Blue) = 172+252+205=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCCD is #530332. Grayscale: #DEDEDE. Windows color (decimal): -5440307 or 13499564. OLE color: 13499564.

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

Color convert

RGB172252205-
CMYK0.3200.190.01
HSL144.75º93.02%83.14%-
HSV(B)144.75º31.75%98.82%-
XYZ62.8482.870.43-
YUV222.7211891.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.34%
GREEN value IS 252 (98.83% from 255) = 40.06%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=27.34%
G=40.06%
B=32.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722522050.3200.190.01144.7593.0283.14
HexACFCCD200131915d53
Octal254374315400231221135123
Binary10101100111111001100110110000001001111001000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCCD; }

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

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

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

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

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

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

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

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