#ACFACA

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

Shades of Magic Mint #ACFACA

Tints of Magic Mint #ACFACA

Color information

#ACFACA (or 0xACFACA) is unknown color: approx Magic Mint. HEX triplet: AC, FA and CA. RGB value is (172,250,202). Sum of RGB (Red+Green+Blue) = 172+250+202=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFACA is #530535. Grayscale: #DDDDDD. Windows color (decimal): -5440822 or 13302444. OLE color: 13302444.

HSL color Cylindrical-coordinate representation of color #ACFACA: hue angle of 143.08º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFACA is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB172250202-
CMYK0.3100.190.02
HSL143.08º88.64%82.75%-
HSV(B)143.08º31.2%98.04%-
XYZ61.8681.4168.33-
YUV221.21117.1692.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.56%
GREEN value IS 250 (98.05% from 255) = 40.06%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=27.56%
G=40.06%
B=32.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722502020.3100.190.02143.0888.6482.75
HexACFACA1F01328f5953
Octal254372312370232217131123
Binary10101100111110101100101011111010011101000111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFACA; }

 p { color: rgb(172,250,202); }

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

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

 a { background-color: rgb(172,250,202); }

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

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

 span { border-color: rgb(172,250,202); }

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